Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,113 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,885 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 2,087 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,884 (878,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,440 31,440 00000000231d5877026eb77943bdf9424ce67c3d5aa90c0b6021f0162956888c 0.00 MB 1 0
31,439 31,439 00000000fd3178e9367df2cbf1053b8d91b318c933d78b4868d775c994c2aaa6 0.00 MB 1 0
31,438 31,438 00000000093d349e418840bd41efc77fc15e9ab89f1cd7bb25ab9c083d8fe829 0.00 MB 1 0
31,437 31,437 0000000090725d796f992bf0585a84dac3c51f1657d45939558a8472672f8847 0.00 MB 1 0
31,436 31,436 0000000092c3ab6d610af9bc79cf2b267b127e94a1c61785312d1822c07e14e9 0.00 MB 1 0
31,435 31,435 0000000045c72c280fe41730ea888aaef028298c37fac022edffc1c048fa7696 0.00 MB 1 0
31,434 31,434 00000000080a7412bcd4ac402bf7e7c8e7d706d8239c27d5e85e1d1aa3d2958b 0.00 MB 1 0
31,433 31,433 000000008aba31de75d94aacf4ad51c6b823e2a346051e82f0fdf643d9ee85b7 0.00 MB 1 0
31,432 31,432 0000000048b25b77b211dce27863dc7551d3187f43125ffa37ff4fdb211296dc 0.00 MB 1 0
31,431 31,431 000000001f741e705c05b1389e0ea8d0ca0c5d2c746bbb1527c8b90d56fb0686 0.00 MB 1 0
31,430 31,430 000000000d2bd32dffc9a0600820c5863e5c0d5221ec14519c0eac4158f4c142 0.00 MB 1 0
31,429 31,429 00000000109dd08220d6fee5973d97ad0734d57a4cb81098f7f076caf515f990 0.00 MB 1 0
31,428 31,428 000000006af123ee737cb76d924c310db61a7c1543e99eba483797cbf4311cb8 0.00 MB 1 0
31,427 31,427 00000000b6a0015e65e9412738852d072554bb80255036b4427d2fe14c43db38 0.00 MB 1 0
31,426 31,426 0000000014e84908a227238d8a77f0f942de208dc149c955fc3e03d5e7afc10c 0.00 MB 1 0
31,425 31,425 00000000bacaecd2f07770fcf0310fa5fd537ffde7581c98ed44926efd4fb3f3 0.00 MB 1 0
31,424 31,424 0000000047f5a250f21a676fd30545a996f70458a2e5c6530e0d88eed77f0b05 0.00 MB 1 0
31,423 31,423 00000000485af5be24f6efe07255fcb2fafb412769eeb9a3638ee971929b8d42 0.00 MB 1 0
31,422 31,422 000000000f833d3109eca46d07c69c66eead0e1490c6dbedf9bea897c058adca 0.00 MB 1 0
31,421 31,421 00000000bcfef59e06a43ce03381512c216543f9a80c3f4de70d1f4eeb435f8e 0.00 MB 1 0
31,420 31,420 000000006884c441db7d570b4858e9567515394e712fdfdc1d79dcb81c034207 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.18 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,170.87 GB sent, 114.29 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.