Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

379 transactions (0.08 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,735 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 372 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,734 (379,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
532,418 532,418 000000000000000000100406dec6d38d5b0edca97640aacb9cbe08930bf2885d 0.72 MB 497 9
532,417 532,417 00000000000000000024b0dd782470ba50bd5263648f0269db886b43856671e4 1.26 MB 1,282 9
532,416 532,416 0000000000000000000fca414e0efec9dae2a85f5c00713216013f9b38e8b908 1.44 MB 1,050 22
532,415 532,415 00000000000000000027561a288d234cb012f67e5efe6c757242dc8fe9960e1a 0.79 MB 1,110 12
532,414 532,414 00000000000000000013b9d00b1d90548acd6d28049bdae0cdc41017aa0af180 1.04 MB 928 14
532,413 532,413 0000000000000000001f893dc70de92ab0b388891ac52cfa3923acde8b61a11c 1.10 MB 1,519 16
532,412 532,412 00000000000000000033a39c211642e0a333facd826cf8f11b35cc0fa02b1f9d 1.09 MB 1,147 15
532,411 532,411 000000000000000000131db348cdffaf97c55d39839256e6a68bd39dc97019c1 1.05 MB 1,074 20
532,410 532,410 00000000000000000034686fa78ff8151a2c76b2bba769241dbd5d55757669ae 1.02 MB 263 2
532,409 532,409 00000000000000000031cce7aee8b9a82341b42fb492f09d4963ae61f30557ee 1.09 MB 1,229 12
532,408 532,408 00000000000000000032cddb8e70a05ff9a7b416671b9fb5e1b671be7b535f1a 1.17 MB 2,367 46
532,407 532,407 00000000000000000001cf3bedbe2bc3bbef6ef2b3066fd2baf2761e1dde9dd5 0.76 MB 1,015 14
532,406 532,406 000000000000000000347e09c8abcd45597eb473273448033f1eb47be0ff4579 0.56 MB 884 13
532,405 532,405 00000000000000000030fc91c75163de43932cbfaaedfdd36f63eb969db78518 1.01 MB 969 15
532,404 532,404 0000000000000000002feaec46f2c260936a285924418e5db4c78068d30f83d2 1.01 MB 91 1
532,403 532,403 000000000000000000282839feac9ce24802be0c9c31f601dcda552f059a7c15 1.03 MB 364 3
532,402 532,402 0000000000000000001a77c6cc62cd7248755b95bf21ad5451125a3b6e61ecf7 1.02 MB 426 3
532,401 532,401 00000000000000000020c351cb757121e9b7a80816076c041b85caa426255538 1.06 MB 855 7
532,400 532,400 0000000000000000002a56cabd95b75acb2ece4b48517ff6badeda92ee0716c8 1.01 MB 75 1
532,399 532,399 0000000000000000002069b35ac59dfaf818a31e1844ce3fe74f3de5f9898f72 1.14 MB 1,895 25
532,398 532,398 0000000000000000000e0b041221df3bf7eab2fc954ba54703e568fee8da9062 1.15 MB 2,124 20
Previous 10 blocks ↓
Total Size: 776.59 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,427.50 GB sent, 131.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.