Loading Tool

Explorer IconExplorer

Memory Pool

75,746 transactions
28.13 vMB
0.08758980 BTC
Random Selection Loading Transactions
Max Size: 170.72/200 MB

Candidate Block

Mining Attempt 176511b2a78237d480cdea41132d1ad49b5dd4709a76253929871ae485826bc1
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 9edc541b15d84f636b665b92afda46c637b8151192cf510dbe15096279a509b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,477
Size: 1.00 vMB
Total Fees: 0.02692918 BTC
Feerates: 402.60 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (492,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,910 422,910 000000000000000000a85f11b311e2b6c7389750814312b710347f627b69d78d 2,290 1.00/1.00 vMB 73
422,909 422,909 000000000000000000ea63a4a7cae7b0b7da6aafabd90d5b7c98b51c150b10f9 1,732 1.00/1.00 vMB 31
422,908 422,908 0000000000000000015dfb7918b7db51fbfc22f19691b3301faccb1c413ed70a 684 0.91/1.00 vMB 39
422,907 422,907 0000000000000000043bdeabcb79b518b7b9726cfcdc4fd66407e48fdf1c8f78 759 1.00/1.00 vMB 36
422,906 422,906 000000000000000004678519d2be063a5ae84e2bb444cfa6bf4726b1e6411eaf 847 1.00/1.00 vMB 37
422,905 422,905 000000000000000003c92bd9d038cd6c5c62befce5973e69f0eccc686c11c039 1,127 0.47/1.00 vMB 74
422,904 422,904 00000000000000000076319a9cb7f8dadfa69ccb3a7fa0e96c1772d2c060f5d2 637 1.00/1.00 vMB 33
422,903 422,903 000000000000000000b05c84116312c18a104aa10c26ed27696eec6e1fb82f14 1,127 0.55/1.00 vMB 34
422,902 422,902 000000000000000000f1f4a244078adc214312e64dac9c5a20c8eb9734e9413a 2,342 1.00/1.00 vMB 62
422,901 422,901 000000000000000000d66426fc65ab07f1a1be9b62665c49182fc5896c1970da 2,664 0.99/1.00 vMB 102
422,900 422,900 000000000000000001d309b94f5c95c87e6e6292cbd281ff34addb4ac52fc5bd 2,454 1.00/1.00 vMB 58
422,899 422,899 000000000000000004430504e4200a7eaadefdc55168d68166cdb312fab525ec 2,953 1.00/1.00 vMB 103
422,898 422,898 000000000000000003ce735190c463c9f61cfc5ac9d9d76f1d3de45072fd7f57 2,511 1.00/1.00 vMB 73
422,897 422,897 000000000000000000023f6803b9b8f2e8935bc177625b0cbd72449693f6acfc 1,676 1.00/1.00 vMB 53
422,896 422,896 0000000000000000008f44d36bad871589667752e5ace2a1fb8849200bc7384b 2,614 1.00/1.00 vMB 76
422,895 422,895 000000000000000000f65154e9cd113d13b9b05107bf3ceea18f70cd227cdb65 1,782 1.00/1.00 vMB 43
422,894 422,894 0000000000000000045a40721f33d42946bfc86c17b7c4c6d32dff79bf01f821 2,592 1.00/1.00 vMB 81
422,893 422,893 000000000000000003da4da1f36fb0d639572e4ad326e91f0af628e7d7513bd1 1,957 1.00/1.00 vMB 78
422,892 422,892 0000000000000000046fc626ccf49d27ae70d1a3719ebd05cf95a6c30b7459ae 2,758 1.00/1.00 vMB 95
422,891 422,891 000000000000000003c08730f46ee02656d0bcf14b790cc0c993faa2ffd7bcf8 2,419 1.00/1.00 vMB 79
422,890 422,890 00000000000000000512adfa28e1bee6d0f870eb04a0263e3f94dab83be0c626 2,693 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.