Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,542 transactions (2.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,163 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (1,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,387 909,387 00000000000000000000259797ef68ceec6d4a538cda77e7662b1784cc453100 1.96 MB 4,302 1
909,386 909,386 00000000000000000001d4c8d06fc34bc7b6f1184239e94fcc8f827810481691 1.86 MB 2,623 2
909,385 909,385 000000000000000000001109b0329ea0e2e0804cc4c2e2dd7db3705bfaae3509 1.91 MB 3,933 1
909,384 909,384 00000000000000000000317794b24dc2868fc77f43c4a104a328e4983417c5dc 0.33 MB 459 2
909,383 909,383 000000000000000000007981bb16a1194e01d728f85d95582fd9a0f973165428 1.89 MB 3,812 1
909,382 909,382 000000000000000000006f2f81fc1baf70ee3ca8ab7213974359fd8c595570d5 1.85 MB 3,610 1
909,381 909,381 00000000000000000000af9aa79e348307499766c70943083e4ed3db619e6ffd 1.93 MB 4,164 1
909,380 909,380 000000000000000000013b51e57dd86b447ca1da477dc4c1912eae91f2a6af09 1.12 MB 3,136 1
909,379 909,379 000000000000000000001a7e1d4d17a66398152375e01769b7582a5d076f881c 1.83 MB 2,475 2
909,378 909,378 00000000000000000000760b5d13fe573fcdd8a075304dfca41a03db89e17bb1 1.81 MB 2,731 2
909,377 909,377 00000000000000000000f38ff6ab64f5ff3389c039f0203772764009452a6743 1.80 MB 5,080 0
909,376 909,376 00000000000000000001b6b200eb91ed8a68a449e7156c9fab67ebfcbed4ebef 0.68 MB 1,910 0
909,375 909,375 00000000000000000001b39dc008152e47fa90cfd497cfc37896403dde91cd0f 1.81 MB 3,004 1
909,374 909,374 000000000000000000004691bb1088d15d03f7e6fc1f580c57fd1555ee2b9a5d 1.88 MB 3,280 1
909,373 909,373 00000000000000000000954d889e0aa216d0f2428d060347decfdfe4c8614c71 1.73 MB 1,664 1
909,372 909,372 0000000000000000000155019f7dabdf347480de0af01c0404be630437e9a2b6 1.57 MB 3,412 4
909,371 909,371 00000000000000000001db668fa03c21d82d00b360ab7b64f639fc04e3457342 1.85 MB 2,064 2
909,370 909,370 000000000000000000006f9a7315f5abb2656a53a91ad86ac5553a48e5a28c36 1.49 MB 3,041 2
909,369 909,369 00000000000000000000a34dcd010b6116dffb624fc226ee4bdd1c7f750108fc 1.77 MB 1,986 2
909,368 909,368 00000000000000000001bd94ea0c133830feab420b6a1a4442050827d2382780 1.79 MB 4,930 0
909,367 909,367 00000000000000000000eed644f2fb84ed0515031cf704b2b8e51b548c6db140 0.24 MB 462 2
Previous 10 blocks ↓
Total Size: 774.53 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,259.25 GB sent, 121.20 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.