Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

449 transactions (0.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 446 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (165,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,209 746,209 00000000000000000006efee0a626e08f2b588e27e0f1e608a4f04c6b049e4c8 1.45 MB 2,028 12
746,208 746,208 000000000000000000056f3719aab30f37877ba4e473c92cc3f7499f9a54297e 1.46 MB 1,853 19
746,207 746,207 000000000000000000066af96db2e52e16a95373c6bb78ae06baebfd18ab6728 1.06 MB 580 16
746,206 746,206 000000000000000000085a645b1265bad610b58e650a8a0e7e23c19b7c027998 1.49 MB 2,886 22
746,205 746,205 00000000000000000009235b0be8468a5cd6aee16e84b69019d639a00e34e1c2 1.51 MB 2,871 17
746,204 746,204 000000000000000000080e839f4b079220929dab9ce9567e8ba24923c413e14d 0.05 MB 96 10
746,203 746,203 000000000000000000086d2c19f648028e6aa23f809ddc79f482247226af2673 0.08 MB 117 19
746,202 746,202 00000000000000000003e074c23f8b89256e352a9525993af57c8d11767ddc5e 0.76 MB 1,232 13
746,201 746,201 0000000000000000000569f9ea4d49e5dcfc6effea308b649e76b812958d1ca1 1.12 MB 420 6
746,200 746,200 000000000000000000005a05dc335b4d57479e6e720da5fb14cadd914bd2e0d0 1.44 MB 2,469 13
746,199 746,199 0000000000000000000357733b25485c8f2d175368ad5bc8c9ee673a7395a00c 0.05 MB 118 14
746,198 746,198 00000000000000000000befc205a29f0a428b28cb93869a93ca82d972da6e108 0.29 MB 584 15
746,197 746,197 0000000000000000000a1ee43c24150896b823ddabf137274516643bdb40769d 0.38 MB 458 7
746,196 746,196 000000000000000000052f5c2f594dc5d892025d58d7a482c60c0ec2255427f0 1.78 MB 1,770 4
746,195 746,195 0000000000000000000a1b1f9f052cb5bae0d3c76130aad090e5807e2ef21431 1.63 MB 3,255 10
746,194 746,194 00000000000000000009a00bf2d78e38ee3708d1777a58c472139566a737ed61 1.67 MB 2,182 9
746,193 746,193 000000000000000000056be4c41f48285d5a8e5d5954e4a5ee87777ef72ad9b1 1.52 MB 2,205 12
746,192 746,192 000000000000000000067f43f82a325ac185fdeebf2c397e0a390de8462be91b 1.45 MB 3,089 18
746,191 746,191 00000000000000000001ef8a534afaff659e4a63f186b95f66a0e5a0c4029e5a 1.53 MB 3,172 31
746,190 746,190 00000000000000000000519f30dfb8683ca0d898ead3886a5c361784625bb849 1.49 MB 3,601 18
746,189 746,189 0000000000000000000686559136044d5ed13efcb36cef34d3822c3efd837304 0.59 MB 989 12
Previous 10 blocks ↓
Total Size: 776.80 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,468.76 GB sent, 132.53 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.