Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,845 transactions (5.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,697 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,884 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,696 (874,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,629 35,629 0000000043b53495dc894e494a7808b7a5afa93ce756d784ea3b79f6b3ec8602 0.00 MB 1 0
35,628 35,628 00000000c233da9c777d91fc8b568a9dd005dbeb06fe1e04e796960282144265 0.00 MB 1 0
35,627 35,627 000000007c8b5d78ab23b47261c97bab581a8a9ef20ba4ad1b5260f23d8ef4c6 0.00 MB 1 0
35,626 35,626 00000000b3665f291ff5797a187987428c1688740bf0720fd939adf6c61a1add 0.00 MB 1 0
35,625 35,625 000000001d04325addb4bfc77a1ddf80361ff3097c9e0bc8197f3a630505cd59 0.00 MB 1 0
35,624 35,624 00000000384dcf8d332c58d1932bb4d8fc12493076c9113fdcef2c654de5613a 0.00 MB 1 0
35,623 35,623 000000003428fbd611bafee77e0c504df817205d83c68b9b4d16ae016a9c3d92 0.00 MB 1 0
35,622 35,622 00000000aa0e275227d8ba8100f17c778ede048b02fc03b7c2aa2e01cd886ea5 0.00 MB 1 0
35,621 35,621 000000009e8381d0eaef58648193282e290368d9c75bad8042338cda2e0461c9 0.00 MB 1 0
35,620 35,620 000000009117e48f934353b64b55830b90864cf8db35b9ad7c8e9cde14d45e95 0.00 MB 1 0
35,619 35,619 000000002dfcc0d578317cdfc876f842a4ef43ea30491728b317cde710abae4d 0.00 MB 1 0
35,618 35,618 00000000a4e4f1f2891df2f223af9d3a285160a61dc834680f6d0c968548d4f9 0.00 MB 1 0
35,617 35,617 0000000074e626a926d21fb9ffd27ebf850e1b8d88db2264a02812b6e5666865 0.00 MB 1 0
35,616 35,616 0000000098f3fec53e9f7d0645d27e6fda47091124f5f41d26856b560a54f62c 0.00 MB 1 0
35,615 35,615 000000009d729b0d3a85135a59bd3488c99948e544b27bc5bdaedc0e2dc430a7 0.00 MB 1 0
35,614 35,614 000000005dc72be11d3eb21d268dd00e7dfec5fe81c4446250363a2a95c89a83 0.00 MB 1 0
35,613 35,613 000000005f472333f06dafcc36819133cf02378ca223d553e65257262167b931 0.00 MB 1 0
35,612 35,612 00000000c2cad723664961a1dcc078508bb4900eb59e7f38bb311239ead9b7ef 0.00 MB 1 0
35,611 35,611 0000000098ebb72e2aecb88a94d9279889ebe77233da7f6d26adbe9eb6d37512 0.00 MB 1 0
35,610 35,610 000000008412164e78bf2f54fae5b315ac5b31f3a655e4d2b69665f777ab06b8 0.00 MB 1 0
35,609 35,609 0000000033f4ec7b48c4d8b62e52fc76a1b221f694b0e5fd9c8ddbd49569dfd7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,155.47 GB sent, 112.62 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.