Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,940 transactions (5.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,293 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,110 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,292 (871,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,462 37,462 000000008ee120032dcd0c6c1825be51bf5a6e1af156d17b758130e8e6733a10 0.00 MB 1 0
37,461 37,461 0000000064ffb898474d563f5e7553d5d719b4c7d6322b805a63ffc5e74c334e 0.00 MB 2 0
37,460 37,460 00000000b900c198e0b8d861ae78a93cc91c78d1170d34951b4d8ecf5cc93351 0.00 MB 1 0
37,459 37,459 00000000a9247f97e4f15f76c8b74dd1fd44602163c05d1771c0b884c1dbf159 0.00 MB 1 0
37,458 37,458 0000000096bd0e08668cb0b52f0a19634116595d660f084e074e61a04b6475d9 0.00 MB 1 0
37,457 37,457 000000008d5f1377a19eab8ef87bccc71c91a5580efee239b80b7dd31ad4071f 0.00 MB 1 0
37,456 37,456 000000000ef8f31f62eb7ef482b94fb1ee076d191e7ab31ba876e7850eb4367b 0.00 MB 1 0
37,455 37,455 0000000088f0b946b3cae2b522168590dc12e2ce0a83a2a92e3fb5e659f2efbb 0.00 MB 1 0
37,454 37,454 0000000026c0e3263fad6cbd0ff261085107c5e721d5263d32666f4f7999fd1c 0.00 MB 1 0
37,453 37,453 000000004062501c1a7b837ecc6aaf075a77365e26068e7dbb97b0bba80c5f0c 0.00 MB 1 0
37,452 37,452 000000008c1a32847e25d0398814385e430970cbe4c73345f42c0d592ea4865b 0.00 MB 1 0
37,451 37,451 00000000293ed77dd7a6593b288591c613df666815a15133086c633651b736a1 0.00 MB 1 0
37,450 37,450 000000007bf3b63ce82cb361747c53b74f4267a91ff15e00c828e03106ba347e 0.00 MB 1 0
37,449 37,449 00000000825cead713bda377001cb9cc8d035424d053aa007079c8b7b5f12992 0.00 MB 1 0
37,448 37,448 00000000010a23b582a782fcb7c060fb8ee19b092879c98e0afaa37418ca19a7 0.00 MB 1 0
37,447 37,447 0000000068a33d200e5a76e2e70f539e682d5ff36fcdd16fb6d17b6199f8d497 0.00 MB 1 0
37,446 37,446 00000000a1f8d8132e0d6dbd71f871ed1759afb0ecf0c6f6ad62815af54da126 0.00 MB 1 0
37,445 37,445 0000000012444eb0490216e647ac6b264e0c283eb8b5bfe67425b21e084670ac 0.00 MB 1 0
37,444 37,444 0000000081f5a116ddd610dcd3b31acd8c05feb323264d23cc5e8bf7275ebc25 0.00 MB 1 0
37,443 37,443 00000000aa3257c97ee94a7814bb68466f3dbe25eadd973115d32c5b5fa413b3 0.00 MB 1 0
37,442 37,442 0000000065fc0388312bddf4e58a2984aee43baf08926a7b5d047e8a4f93ab8f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.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,052.32 GB sent, 108.52 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.