Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,077 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,961 000000000000000000022b910000000000000000000000000000000000000000 0.91 vMB 3,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,960 (4,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,901 907,901 00000000000000000001b9f9c8d8eb8635c5c44f65c088c0387fc8ad398a2dfc 1.73 MB 3,224 2
907,900 907,900 0000000000000000000118b721ae63acdd7a757ad120be01a75c11a09c8148e6 0.18 MB 349 2
907,899 907,899 000000000000000000000ed21f2259db5f4236f9f42d87b69b62432804299f35 1.83 MB 4,459 1
907,898 907,898 00000000000000000001ca647f5d6066a0cd9deba6d1dba0cc26a31975f5b83b 1.68 MB 3,577 1
907,897 907,897 0000000000000000000025277264e7a520d02031870123de531aa9bb46273f02 1.56 MB 2,683 2
907,896 907,896 00000000000000000000e73bf19680e83077723dbd40895b33a1a2916ceeedd4 1.46 MB 2,858 5
907,895 907,895 0000000000000000000168a32ab98f4a63355afbed92512dfe66aaab36d01c73 1.77 MB 4,253 1
907,894 907,894 000000000000000000022fb2da6ec078bf4538ce7fc4f1be1bd5851737f6fc91 1.88 MB 4,459 1
907,893 907,893 000000000000000000003ad7d4e87b0d98051f024dc66d7cb56c7c29decf413e 1.69 MB 3,916 1
907,892 907,892 00000000000000000000117c2917d49f07882ebaa2fad4c7736d199ca4924e8f 1.91 MB 4,264 1
907,891 907,891 00000000000000000000f27a63340a6bddbf764777f937d3a94172faddd98adf 1.79 MB 4,189 1
907,890 907,890 000000000000000000011eb07d047302fdf4f753d25a7e84cfad3c5d7650b6fb 1.55 MB 3,648 4
907,889 907,889 00000000000000000001301a5399fbc05b4b291877eeabe4a5f3557a0ab7fcc9 1.70 MB 4,329 1
907,888 907,888 00000000000000000000219283c9d8ea9adf28e7b8ddb1db3068027cb89c82d5 1.74 MB 4,288 1
907,887 907,887 00000000000000000001ab99dd40b3dd975e7b8cc1d998537670b003350c603a 1.75 MB 4,712 1
907,886 907,886 00000000000000000000ffe3f64c1aef385a621f2a7574674558cff4f855cc95 1.82 MB 3,837 1
907,885 907,885 00000000000000000002337cad269ec37d04f1420217b1159f0bd14ced480c29 1.57 MB 3,013 4
907,884 907,884 000000000000000000015348409289eadfb2b7339096d7665b2b1ffd88225e1d 1.47 MB 3,345 3
907,883 907,883 000000000000000000022a3e18aa9769e83a31da394d7432639ce5f01038f515 1.72 MB 4,578 1
907,882 907,882 0000000000000000000215d1bdd7affc09c8d623961e1013198827fd5f2d074f 1.80 MB 5,032 0
907,881 907,881 000000000000000000003ee461358b5a33b149fd80a6bf0055f52852b1b0d5e9 1.85 MB 3,543 1
Previous 10 blocks ↓
Total Size: 777.01 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,497.71 GB sent, 133.51 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.