Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,329 transactions (0.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,455 000000000000000000022b910000000000000000000000000000000000000000 0.46 vMB 1,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,454 (46,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,060 865,060 00000000000000000000c1a46b826c5bf66a00520b01852c7ee1c0c96ac2d1d5 1.56 MB 4,856 26
865,059 865,059 000000000000000000012fb65e2ecb597cb3ead8f1a9b9ced6de8a3b92a198a3 1.53 MB 5,740 29
865,058 865,058 00000000000000000002db6a426668ca8314474f45173d69e28887b2fee8c6ca 1.52 MB 6,034 34
865,057 865,057 00000000000000000002469dec26d25d20953a4161bc1c14a387b9a0430ba03c 1.52 MB 6,255 33
865,056 865,056 00000000000000000000b8515b450960c89ccb05e5785c533c3c4b5af1f2505a 1.51 MB 5,193 44
865,055 865,055 00000000000000000002a78eaed40a93dfef2fc0d82dcf6b39cb275e4a9eb5e9 1.52 MB 6,122 36
865,054 865,054 0000000000000000000148923569971cc5a196fb34eaa7fe1a5846a8aa0d7e00 1.51 MB 6,443 40
865,053 865,053 00000000000000000002c3a85158042624f6cf5ccc96d883f27db3cae7c1be01 1.44 MB 5,982 44
865,052 865,052 00000000000000000001e629342f7caa7f077888812d3283610d420e9f1f102e 1.50 MB 6,204 16
865,051 865,051 000000000000000000020c40c66bc15cba420a6ada9208adb8687f593070b55a 1.58 MB 6,420 18
865,050 865,050 00000000000000000002682ec9bd6cd477600b621786f5eb38ce7bec05fdee12 1.54 MB 6,257 20
865,049 865,049 00000000000000000002253f96ba07111198f975859f77ec358913e1a237b465 1.50 MB 6,524 21
865,048 865,048 000000000000000000029a1519fbf993e1ada66a0f962710e49abce9df77b22f 1.52 MB 6,003 24
865,047 865,047 0000000000000000000299a16b6b3253f99bd816a6f59ab287ea98c84c00406b 1.52 MB 6,418 16
865,046 865,046 00000000000000000001b67bf52f6eeb04fa3a5166878db71ce70afe38b1e9b0 1.51 MB 6,349 15
865,045 865,045 0000000000000000000120770825da50bebd4df8e6d09e3e6951d4298fa52530 1.49 MB 6,751 14
865,044 865,044 00000000000000000001d3cc3dcdbb8df12a9b37716c05f10c2c2d645004e7aa 1.55 MB 5,835 20
865,043 865,043 00000000000000000002403be69e9552dd7681981c5993946f55ae8651ea09bb 1.69 MB 3,083 19
865,042 865,042 000000000000000000023301f48191f3d7c51ed53b75cc183b4d23ddad7ccdd3 1.57 MB 4,500 11
865,041 865,041 0000000000000000000116551169c5d38e6b66b8fe27ab1f20c3dd20aaf9f773 1.49 MB 2,860 17
865,040 865,040 000000000000000000019ca8e0127b00104b98ef7297e40129d547bb906fa769 1.58 MB 3,448 22
Previous 10 blocks ↓
Total Size: 776.08 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,407.89 GB sent, 129.16 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.