Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

939 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,896 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 933 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,895 (44,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,446 867,446 000000000000000000021e52fe7f16cea1687f32d0b62992d9240a98ccf9b77c 3.59 MB 858 3
867,445 867,445 000000000000000000012a6baeafb669aab5d916700f448390c9f071fd4dcfa1 1.87 MB 2,983 9
867,444 867,444 00000000000000000001976923c008b6d66c23a31509e913f8679d4b5b4a6a88 1.61 MB 2,882 5
867,443 867,443 00000000000000000000412cfaefe154af6217183c729e04482ed72c8479dbbb 1.57 MB 4,578 7
867,442 867,442 000000000000000000026155e407cf8eb1c4d72977dde589238c302f6ed61c06 1.57 MB 3,534 18
867,441 867,441 00000000000000000001957ab1c3efc36d1e6e62cef44d9ef1b952b2b112d64f 1.71 MB 4,768 5
867,440 867,440 00000000000000000002a02dda03cd6092bd71b77d8c46322041a7f15a2e4d74 1.58 MB 4,426 7
867,439 867,439 00000000000000000000283b91fa8174d99fe535a823b88d597bfd793ba23c7b 1.77 MB 5,462 5
867,438 867,438 0000000000000000000110084251e84e8ca6ead4116d8d44ed7f2dfebbdfca6a 1.76 MB 5,423 2
867,437 867,437 00000000000000000000f483f1651022021b74d2b7e20ed3b56166cfba4ba59e 2.05 MB 3,730 3
867,436 867,436 00000000000000000000192e89a2525daf3712c0397fdd9f7b22e678824fef87 1.61 MB 4,204 14
867,435 867,435 000000000000000000018f64bfd9535b017be6649e120cda22b19dc38539cf66 1.82 MB 3,969 7
867,434 867,434 000000000000000000028561fc56aec0962a2c25520e3f3b443673a92eb56c7c 1.62 MB 6,244 5
867,433 867,433 000000000000000000026c0f620df6e63556ac563fe4dcb7ddc3d9e458aeeb16 1.55 MB 4,782 4
867,432 867,432 0000000000000000000199f5b2f124daa3d610f2df7223e2e1a04e14bcf49fa7 1.71 MB 7,046 3
867,431 867,431 00000000000000000001ec97de9aeffe98639ba85b8356bf44409e72024ea9cf 1.74 MB 5,827 4
867,430 867,430 00000000000000000001d905006f733af5a8df06f8e7b4775ca218fc09b83c28 1.80 MB 3,322 3
867,429 867,429 000000000000000000022a9dac46435ec3ca798dfbae2f378a4ad61c71e902be 1.73 MB 2,770 4
867,428 867,428 00000000000000000001f23562a93712bf79dbc4756932484967a4f989bb2e09 1.65 MB 3,766 10
867,427 867,427 00000000000000000001c096b31a3cb9b19850a009628e3b47703e8bf2ab3d76 1.75 MB 5,347 4
867,426 867,426 00000000000000000002e84546eb4309ac2c7c43e59ba95bfde22f21fe75cbb9 1.74 MB 6,937 2
Previous 10 blocks ↓
Total Size: 776.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,478.01 GB sent, 132.93 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.