Loading Tool

Explorer IconExplorer

Memory Pool

81,579 transactions
31.05 vMB
0.08744001 BTC
Random Selection Loading Transactions
Max Size: 188.40/200 MB

Candidate Block

Mining Attempt c645dc1742a0e32ad522168ab00f5d78b5fc2fe31832fc5ef6967771dcfeb05e
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 3192c50b0bb3b83465a855e9a8e19fbe278014da0f4ce915df9ad7c18bd0d2c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,662
Size: 1.00 vMB
Total Fees: 0.02055344 BTC
Feerates: 100.69 > 2.06 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (198,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,750 716,750 00000000000000000009d4b563b4a309342ecce6b6b87d020e60fdb6b15befc7 3,074 1.00/1.00 vMB 10
716,749 716,749 0000000000000000000152ee42aa9c08a2a9f7233dbfe4b54d8bbc23c864eb68 921 0.33/1.00 vMB 9
716,748 716,748 000000000000000000064589e067a06cf5cc63c9618bf697cfa6dff953042e5f 139 0.04/1.00 vMB 14
716,747 716,747 0000000000000000000101098fb0cbf77592eea9f5edb53e99e5cf45493e89f4 325 0.17/1.00 vMB 5
716,746 716,746 00000000000000000006165b9ba92e6ab089108ce613d262c1a8f2b4e9c25ed2 126 0.03/1.00 vMB 10
716,745 716,745 0000000000000000000673dd7ef40e066cbbbd03bd737f89cf34a34dfad15b21 287 0.09/1.00 vMB 10
716,744 716,744 00000000000000000004694116a1df24d3297a51f5bca48927f301b5e5f821eb 1,589 0.52/1.00 vMB 9
716,743 716,743 00000000000000000007f93ed320da9021db9d06b8d526b66e6acf9bc799a108 1,796 0.61/1.00 vMB 10
716,742 716,742 0000000000000000000b38a0b08e50cf6ead3a3795358ae01a77df30d6229363 94 0.04/1.00 vMB 8
716,741 716,741 00000000000000000003d05de9d3d807bf2434f88a8102a3e7283b9be2d523e9 1,999 0.73/1.00 vMB 10
716,740 716,740 00000000000000000003912b531d1fdb44fd38d6a96eb4fc59bf5bec0ffe3deb 1,861 0.60/1.00 vMB 12
716,739 716,739 00000000000000000005e6361f53199eddbcd06af489a49e52b0162e3048bbb2 2,045 0.66/1.00 vMB 12
716,738 716,738 0000000000000000000626d05278bd189e03f12464484add9467449bc150a938 523 0.18/1.00 vMB 10
716,737 716,737 0000000000000000000ad8b3c73dc053144e85a13faf1990e96f51ef1bbe2829 517 0.17/1.00 vMB 11
716,736 716,736 000000000000000000074c6653efd0af8a206c79d71e46d29068dbb0f8a765c7 9 0.00/1.00 vMB 26
716,735 716,735 0000000000000000000ae360171b4ccfbfac913a947df1371ec88d2905b01c5b 1,892 0.74/1.00 vMB 11
716,734 716,734 000000000000000000031b87432db749e2df5281e81a732d83cb6fcc8c04dde3 1,795 0.95/1.00 vMB 7
716,733 716,733 000000000000000000028b0f42c549f69ffab30acf8502e81b63d7c4a87392e5 1,267 1.00/1.00 vMB 14
716,732 716,732 000000000000000000056c3f0e3dfa848b43c76ec1e779155f8bcbdbc5c1474a 80 0.03/1.00 vMB 14
716,731 716,731 0000000000000000000190ee210d1975f5b4c14e003d059f7c59b3736719cfe1 135 0.08/1.00 vMB 9
716,730 716,730 00000000000000000001d77dcbd2fe8f77a8fd0107c3b136c8677fc4686773cc 1,280 0.46/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.72 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: 702.36 GB
    • Received: 16.63 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.