Loading Tool

Explorer IconExplorer

Memory Pool

79,174 transactions
29.69 vMB
0.07504621 BTC
Random Selection Loading Transactions
Max Size: 178.02/200 MB

Candidate Block

Mining Attempt 6c758f3813fd985f8ce7072dd2d2e2910364b1d19a59acb52cba90e9e295b76a
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root e2cf98e43157fa962e8f45a50b9d4af3e560cadc56179b90e0a9f3fc6688a832
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,911
Size: 1.00 vMB
Total Fees: 0.01437633 BTC
Feerates: 150.77 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (133,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,867 781,867 000000000000000000062571c7afd7f59e058f251fdd0816d5fcc7f826523cf5 2,243 1.00/1.00 vMB 20
781,866 781,866 00000000000000000003f31427279cdd39cac9d88e221973e493551782653767 2,702 1.00/1.00 vMB 14
781,865 781,865 00000000000000000000e164e750b0380ae8f54666aa998fb2a040637889643e 2,127 1.00/1.00 vMB 15
781,864 781,864 00000000000000000002d811d827e3d5476bfaea1ebeaa6efa9e42b68c7a63c4 1,592 1.00/1.00 vMB 17
781,863 781,863 00000000000000000001989807da90a210464a2c97ae05945a954b7fcc300fe4 3,150 1.00/1.00 vMB 26
781,862 781,862 0000000000000000000050048c71d9ef5a2e5b56e4157418d8dbd9f82d09cc32 2,215 1.00/1.00 vMB 37
781,861 781,861 00000000000000000005f1f29649a1b9b923c53c89fe879d9c96eccda671b782 2,764 1.00/1.00 vMB 20
781,860 781,860 00000000000000000003cb5a11e57b3f866b6bc474150513ff11e8607cda15f7 1,731 1.00/1.00 vMB 13
781,859 781,859 00000000000000000005daca130b956b79e2dac1469b20961e5c6b4c91f3f0fa 1,830 1.00/1.00 vMB 16
781,858 781,858 000000000000000000024c08fd2cd30e7bf2d24305d1dc5dd1d9278fa0b878c2 1,758 1.00/1.00 vMB 8
781,857 781,857 000000000000000000033c5b6c1799fb6caa10d47876e09da7581a3583f6fec5 1,776 1.00/1.00 vMB 9
781,856 781,856 0000000000000000000508ea6d105b816767f066392c51531bdc78ea9f48d207 2,066 1.00/1.00 vMB 15
781,855 781,855 000000000000000000027d77b33338635dc6b30ab6c159d97cbd1bc7a42f78b5 3,721 1.00/1.00 vMB 34
781,854 781,854 000000000000000000023215c7fc5fed7e82d2b42aa3c47261c246b24164a974 2,943 1.00/1.00 vMB 23
781,853 781,853 0000000000000000000159211b7bd575dbf6d97e1707baf5109c4075b3d04275 2,601 1.00/1.00 vMB 31
781,852 781,852 00000000000000000000e2573de5edab34fb021ab224c283c477dfc9bd1e015d 2,195 1.00/1.00 vMB 17
781,851 781,851 000000000000000000027e6c6d4c58ddc7649c769b86f673a5cf8b5b637cc5e3 1,101 1.00/1.00 vMB 16
781,850 781,850 00000000000000000001f6ca151042d1cd35b72a7fd36a1f27844b13e5025351 2,887 1.00/1.00 vMB 32
781,849 781,849 0000000000000000000130d03b777993f8d0853089a164d23226878297921345 1,835 1.00/1.00 vMB 17
781,848 781,848 00000000000000000003b7ed908db0b9995f08ddecd822a4da92693528dccbfe 2,188 1.00/1.00 vMB 27
781,847 781,847 000000000000000000018ae6af9111ec927caeb05223932f0509f838f5f3bbf9 2,401 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.