Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,463 transactions (0.43 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,217 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,216 (894,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,981 16,981 000000006cf5ea6b534b946add087cbec2ba1b96a5703e0bed5bc4d76e747e18 0.00 MB 1 0
16,980 16,980 000000003fa9fdb06809eac1aeb6852c1cab650f12f2b90994a73e5af2f9a9d3 0.00 MB 1 0
16,979 16,979 00000000ed14452046d4f2b5694b66d5be828b1f128b71185309a80de5d1c0a8 0.00 MB 1 0
16,978 16,978 000000001f421ef1960112c140b73b4278a9c79229fd8ac218e188901930be83 0.00 MB 1 0
16,977 16,977 000000001ccb1051697e7d06decbf880879e66254278a2b7d6ca6187222f0992 0.00 MB 1 0
16,976 16,976 00000000e6fedd1ba5d4ee28af90461fdb64999ead67dd1e3e797390d5da91e4 0.00 MB 1 0
16,975 16,975 00000000ed6e21af63dc212c958e2e1108e9c423e9fac4ad8df0af7b498df99e 0.00 MB 1 0
16,974 16,974 0000000049cb234b7e4c87717a43d55924a9f84e89d601a2821f33a71d7f4887 0.00 MB 1 0
16,973 16,973 000000009ba308915bd308f30ab4ac42d180176f5e095b40034eb6ebc6d9c558 0.00 MB 1 0
16,972 16,972 0000000064ba635715a51335a24e559c3735ea06e12ce70ae4ba83687647629b 0.00 MB 1 0
16,971 16,971 00000000716de14318096ace4b4c9d84ea21eebc9050fbda1963a64045c5a1c3 0.00 MB 1 0
16,970 16,970 00000000b3b6beaf6b4ac2a829606a4c756a1eacea0f16f1ee6e0fd5ec2b4af1 0.00 MB 1 0
16,969 16,969 000000009b4689da8fc6f31b1068548014c98d48f28ef59ac5152bb95f6e91f6 0.00 MB 1 0
16,968 16,968 00000000b0b343d2c16bf2ef2ebc6fc8618add8c5018c213c95f4d9504a3022f 0.00 MB 1 0
16,967 16,967 00000000943d535500c3e1c299f8cfa94ba5c743bf3739ad60bec4860a9a555a 0.00 MB 1 0
16,966 16,966 0000000078aeec0930018dae126680998778623b42c5ca2fd5b37036da87cb83 0.00 MB 1 0
16,965 16,965 00000000d7ff3f8e3aabdb43b36c0d46ebedef5ce233f8063883e52584c296f2 0.00 MB 1 0
16,964 16,964 00000000c0e8c0c34be478b1d74e2803e8c026541ecd0c7e69776b50c9976d42 0.00 MB 1 0
16,963 16,963 00000000b7e9d6bd9cf35d5675ef2d8b7e3d72b142072e82af500e046e58f9d9 0.00 MB 1 0
16,962 16,962 0000000022067ccb90847bad7d40b48a9ee11bd76b6edb88f53e783962dd0ae6 0.00 MB 1 0
16,961 16,961 000000004919c168b67e0bfd8b5dea03e603e72e7ae2fba498181a0c75c0907b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.65 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,378.38 GB sent, 127.04 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.