Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,725 transactions (4.17 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,563 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,768 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,562 (850,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,049 59,049 000000000ad6d3a73a31d43afec1689ac9e3f9889721be9c58bc53d636d303b6 0.00 MB 1 0
59,048 59,048 000000000ce8b8e880cf254d67e23f285fe3aebe4ee3727a5cefc05b258fb8c1 0.00 MB 1 0
59,047 59,047 0000000008fabf2dc436a133c316f983503d17b58dd4643db034205d1acc8861 0.00 MB 1 0
59,046 59,046 00000000035de4dc5b7ca977e27d1404710b873a4b35c784adb100109c159834 0.00 MB 1 0
59,045 59,045 00000000095f2fd4ee3739d7514a0f8f17b63d428828cd3b2fbc255a2288f655 0.00 MB 1 0
59,044 59,044 000000000efcc9a96ad4617788ad99ea38e967375b968e87f2217af9e5799768 0.00 MB 1 0
59,043 59,043 00000000044eb2a934217058cd7bc2c0ba5a407c28b4d0bdad16cca71f856b9c 0.00 MB 1 0
59,042 59,042 000000000d2126743158788de30a3d401c60b66eb8619d7fc3c65835dfb3a49e 0.00 MB 3 0
59,041 59,041 000000000ba2f7dee9167d96fe214a82ef0691c1caeadb72d39a106564cc90aa 0.00 MB 1 0
59,040 59,040 000000000d36311850652d430436f4aa106aab51fba7c1494ccc4d007b6356d1 0.00 MB 1 0
59,039 59,039 0000000006557487cc5753518da5dac14a2329b54547489167911f6457d381db 0.00 MB 1 0
59,038 59,038 000000000c3720548b0f98de83533201066abf78201011074a4eefc16f74c960 0.00 MB 1 0
59,037 59,037 0000000000eb3b4d475435644cab17cfa93b62d698d6c6203e58ae9cf150e476 0.00 MB 1 0
59,036 59,036 000000000724324462bb8e4a3300458a3d195ee0902f807a6ddce287a4d23527 0.00 MB 1 0
59,035 59,035 00000000045afe0e13d95b3b8f6bd4e060bfa8a43d73c330c462972a946f8da5 0.00 MB 1 0
59,034 59,034 000000000bbdf5efaca014c5d69379edcb6133fca473d3fa3da3c64c8bc4523e 0.00 MB 1 0
59,033 59,033 00000000064f4c393dbbef3ad4d0b7c5a5fcb74cce2dc14f338ed1cc1048167d 0.00 MB 1 0
59,032 59,032 000000000c00310b2b99ee5ab917a43313b83a504c5ae362a5209562d177ffa2 0.00 MB 1 0
59,031 59,031 0000000008f14df080e680f10c4afd925e40a6b4757e2c758fde3fcb7e6947ca 0.00 MB 1 0
59,030 59,030 0000000001a3df2d6d9b85e29d46abe5c3e462d500d2df9c5440511cbc6f5292 0.00 MB 1 0
59,029 59,029 0000000002c571f5532531e8f8c145c5f38f4853c36a7d73d0ffee20411850f4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,089.81 GB sent, 111.26 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.