Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,674 transactions (0.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,621 000000000000000000022b910000000000000000000000000000000000000000 ago 0.75 vMB 2,665 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,620 (28,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,130 883,130 0000000000000000000253a74778624029a2ad2f36ebeb17e31b8421dd842943 1.74 MB 3,080 5
883,129 883,129 000000000000000000006c1e36f240918434d609a19960530f6f5f8bd003c484 2.06 MB 644 2
883,128 883,128 000000000000000000016c25162a75ff040683baed8384fe2a3f8dbb0189d0dc 2.07 MB 696 1
883,127 883,127 000000000000000000025cf77c7046988341b992dccbacfcb999746811e2131e 2.03 MB 2,025 1
883,126 883,126 00000000000000000000fa6fb768d1cf4ff1ddf9a47f0fa8efef13af342fe0e2 1.65 MB 3,289 3
883,125 883,125 000000000000000000009d042f5adb842167ae98c8d3eb13900d77ac698645ac 1.64 MB 2,711 3
883,124 883,124 0000000000000000000272fd67935b191a33e88537fa5fc14c1369880f49614f 1.65 MB 2,631 3
883,123 883,123 000000000000000000021b7eb4856113e66fdcb9c3d9d5a1f8ad08beb616fdb3 1.71 MB 3,628 6
883,122 883,122 000000000000000000026fad38fbc3197128ed68f233f46bc97ccea1d9561df1 1.73 MB 2,723 5
883,121 883,121 000000000000000000013ad6e5248fd6408e29380081807355901e42b4b43448 1.82 MB 1,367 2
883,120 883,120 000000000000000000005fb1532c21ba73055da409c45fc939ca2c20390f3ccb 0.15 MB 179 1
883,119 883,119 000000000000000000000b5ac2259ccca0804db52469664d1d2e018768d18a62 2.06 MB 3,356 1
883,118 883,118 000000000000000000022da77c0e24e8974849b29e2d08015ad19aee9e18b88b 2.03 MB 5,397 1
883,117 883,117 00000000000000000001840e34339fcd5c4fab0f0dd2ab212da717292618f2ee 1.97 MB 1,827 1
883,116 883,116 000000000000000000003ec237e03f3b178a431e0eadae9c07a871b2046d9939 1.84 MB 3,298 3
883,115 883,115 00000000000000000000369960b2b74eab7c806681029c2b7399e538f5e053cb 1.49 MB 2,586 4
883,114 883,114 00000000000000000001a1d5c713225c2ba55f6b4a537a14635b00317f5ee048 1.70 MB 5,893 1
883,113 883,113 000000000000000000006b0104f1146bfefb19d59a8629890253e373eebed0dd 1.82 MB 3,275 1
883,112 883,112 000000000000000000008c0f984e20141db8063ba4b7cf9937c965d7eab9e9e9 1.85 MB 1,809 2
883,111 883,111 000000000000000000022202f8ebae87fa2665da834516b1ee028860df0d6c23 2.10 MB 2,334 1
883,110 883,110 0000000000000000000270a1bb0565147460e5945a600318017e10c87d416d7c 1.89 MB 2,015 2
Previous 10 blocks ↓
Total Size: 776.38 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,421.34 GB sent, 130.54 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.