Loading Tool

Explorer IconExplorer

Memory Pool

78,961 transactions
29.65 vMB
0.10771738 BTC
Random Selection Loading Transactions
Max Size: 177.95/200 MB

Candidate Block

Mining Attempt e3ae60327a04f152a4a32c4d14f80d53b590ae98f610f2db35bb960c15626183
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 874fbe39db04b5622c7bb7c640dc9bd69804e43e97a77d8317274683734e79e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,785
Size: 1.00 vMB
Total Fees: 0.02534563 BTC
Feerates: 100.53 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (362,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,818 552,818 0000000000000000002f5e2805661261398d8491a0ea03a41ff3ab8e847ad28d 2,703 1.00/1.00 vMB 16
552,817 552,817 00000000000000000000d16fa701f48b56d26ad4be9250a61d15e2dd8c07f066 3,227 1.00/1.00 vMB 56
552,816 552,816 0000000000000000001d2fad47f0fb12e0642e7b733e13e062218bea85dded41 1,673 1.00/1.00 vMB 16
552,815 552,815 0000000000000000001994fb7752bbf4effd1eaed4e7a758cb1c8105e54160b8 2,889 1.00/1.00 vMB 15
552,814 552,814 0000000000000000001996131122c2c86fa82a30b184488b41ae0d4ce67f3f2d 3,070 1.00/1.00 vMB 17
552,813 552,813 0000000000000000000d7a352acb0f615ed9722bc401c7c4167fefddb0664b50 2,544 1.00/1.00 vMB 18
552,812 552,812 0000000000000000000b2062ed3480175a86d02544da595c0d69d925098f7940 2,189 1.00/1.00 vMB 42
552,811 552,811 0000000000000000001f957169b71705f353888322362fdc1da5d83f0386e96b 2,355 1.00/1.00 vMB 3
552,810 552,810 0000000000000000000e9eaaed3635b980bd449496a77513ec589c3c1254ee3b 2,826 1.00/1.00 vMB 11
552,809 552,809 00000000000000000016c460f4edfa572fcc34a5e445522aa27b646d3be57429 1,379 1.00/1.00 vMB 6
552,808 552,808 00000000000000000024c82694fadf93945b2a64b7228ea24cd8d11c87b8c2e6 1,372 0.71/1.00 vMB 17
552,807 552,807 00000000000000000028c86bc9eb746afab08011647fd4e44e02afd4bd3eedc7 2,203 1.00/1.00 vMB 17
552,806 552,806 00000000000000000030d5dfd309401451446fae641d1100dd93f6664884c3e3 2,930 1.00/1.00 vMB 27
552,805 552,805 000000000000000000311f3785420377ea8de12d554499658b9576e919d398fe 1 0.00/1.00 vMB 0
552,804 552,804 00000000000000000016fa02120a1d86184077592aa93f8a6442395f95d7a26c 3,038 1.00/1.00 vMB 25
552,803 552,803 00000000000000000025e379b59e1308f9673f65fa80641deace3e9b72c4569a 1,727 1.00/1.00 vMB 18
552,802 552,802 0000000000000000000c0e781d6b94d513acd3a2cc440bdf2f2a4c359fe75870 1,859 1.00/1.00 vMB 11
552,801 552,801 0000000000000000000b6d4e89fdd64fe1143d5513f6b582c982e368ed330954 2,112 1.00/1.00 vMB 12
552,800 552,800 0000000000000000000babcbc00c0cdff4bcbc6411ef9fa523adacfda2e78e77 2,056 1.00/1.00 vMB 42
552,799 552,799 0000000000000000001d5e6c6a22f6a794c5277df157d841d4abd14293354338 1,669 1.00/1.00 vMB 12
552,798 552,798 000000000000000000119f329de3a8fef7ac6b51f3f9337a583ae9418c59a762 3,186 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.99 GB
    • Received: 17.50 GB
  • Uptime:

Notes

  • 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.