Loading Tool

Explorer IconExplorer

Memory Pool

75,255 transactions
27.69 vMB
0.07355503 BTC
Random Selection Loading Transactions
Max Size: 168.89/200 MB

Candidate Block

Mining Attempt 4c1d0ee95c7927640dbf1b5ae69f2f6943d79f154691a3672982d97436f5b6ff
Version 20000000
Previous Block 00000000000000000001159bfb9c184bf20d071864b704b546354b434880601f
Merkle Root 3d29501db3a74014ed0382fd3f7c135bc05a0a954054f30f0d81e208e6d12806
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,341
Size: 1.00 vMB
Total Fees: 0.01446580 BTC
Feerates: 158.76 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,279 (492,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
422,889 422,889 00000000000000000498af44b8a82c65367a529a186d77bf645d27127d94c204 3,057 1.00/1.00 vMB 117
422,888 422,888 0000000000000000047648c27cf890f8c739a0797e1b7331a2020d844094d9d8 1,797 0.70/1.00 vMB 82
422,887 422,887 000000000000000000d997bb88a17e862bbbd7fbc26e6810c2723455ac645552 1,997 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.87 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.12 GB
    • Received: 17.32 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.