Loading Tool

Explorer IconExplorer

Memory Pool

77,194 transactions
33.60 vMB
0.13602592 BTC
Random Selection Loading Transactions
Max Size: 188.53/200 MB

Candidate Block

Mining Attempt e4a1c373eed1d42d7b3f0714f1dc61bd19602ad373db79ff8393a47bb1073872
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 2deb73eec1b3b19499b08237fe1a28284ba412a79f5308237e42f6df4344ca9c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,412
Size: 1.00 vMB
Total Fees: 0.02706028 BTC
Feerates: 100.53 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (54,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,012 861,012 00000000000000000001e84204c8ca8bb47a0c3b6621515105040f127684914b 5,724 1.00/1.00 vMB 2
861,011 861,011 00000000000000000000221cc6d61b8355a86b70f204feebc8a2323f41de6531 5,519 1.00/1.00 vMB 4
861,010 861,010 000000000000000000022c5b161711aec97f23b1babc9e6f8f0f26255f4337fc 7,944 1.00/1.00 vMB 2
861,009 861,009 0000000000000000000290ad9da23af43346c757d0e8622042b123abdc6baff7 2,649 1.00/1.00 vMB 2
861,008 861,008 00000000000000000001148af9dff8851a0a006e971c6c985d5a3ec1a4c3a512 3,192 1.00/1.00 vMB 7
861,007 861,007 000000000000000000012fe28ab619c548a23c66f314080ce858fee915ad28f5 4,385 1.00/1.00 vMB 4
861,006 861,006 00000000000000000001b141d5c2b0740a5123f4db798ec5ef9a51bc5ce8d49f 5,821 1.00/1.00 vMB 3
861,005 861,005 00000000000000000001f2b0f6afe37dc7cdffba7534150c8e06ca9d2571b544 3,635 1.00/1.00 vMB 4
861,004 861,004 00000000000000000001a7e80719e1e2fc38ff37f06c60e315bc49423f91e4cb 3,883 1.00/1.00 vMB 8
861,003 861,003 00000000000000000002a1033cd101b81c88033ac8e28b3b45bbb8518f9170ce 3,762 1.00/1.00 vMB 4
861,002 861,002 00000000000000000002991fb90c0bc588630e1eef9473dbcb5e04419ab4e5f7 6,848 1.00/1.00 vMB 2
861,001 861,001 0000000000000000000165650ae9b6d226e710ac667418fce97c82240d78a633 4,744 1.00/1.00 vMB 5
861,000 861,000 00000000000000000001b03f46d47a234d8d5e42a8d52338e993e83e39fbea1b 3,425 1.00/1.00 vMB 6
860,999 860,999 00000000000000000002a3c3b25d23f23e393283a045931252df0cebc58a91fe 7,031 1.00/1.00 vMB 2
860,998 860,998 0000000000000000000034c8ffd72cfc4423a0608de37f906e89f2380c2b2748 6,123 1.00/1.00 vMB 4
860,997 860,997 0000000000000000000283196ebdf4df8c8591724b33b7cfb04def9140444227 4,791 1.00/1.00 vMB 5
860,996 860,996 000000000000000000012b6e9bcc2ab35366a5b2ed22cf8bce2fdf3a225d48c0 2,983 1.00/1.00 vMB 85
860,995 860,995 000000000000000000029ce7d669db10a69c4fb5bfc5c0effcd8fb763346e212 6,314 1.00/1.00 vMB 3
860,994 860,994 00000000000000000000cdb88dc170954858ecc37f57fcf6110e272871e96056 3,921 1.00/1.00 vMB 3
860,993 860,993 0000000000000000000298ce022cfe2da0b67272d52ede6efba5986a3ac05914 6,350 1.00/1.00 vMB 3
860,992 860,992 00000000000000000002ad8f0caa276a9d641a80c7293a93cba3a3057b6c02c5 6,431 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 733.26 GB
    • Received: 18.54 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.