Loading Tool

Explorer IconExplorer

Memory Pool

88,836 transactions
33.19 vMB
0.19766885 BTC
Random Selection Loading Transactions
Max Size: 199.92/200 MB

Candidate Block

Mining Attempt ac793c1c7f09a75e69e0adf5b5d78049d767eb6813c4cbd8da179bd6594bb579
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6dca5b62096a71809c39b89a095f4e941c071655a2119ff2076dc2c6eb94b130
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.08696894 BTC
Feerates: 387.56 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (319,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,770 595,770 0000000000000000000f06ada9f413fd4faf8c7a7861dab620afb2437b7ef8a7 2,244 1.00/1.00 vMB 30
595,769 595,769 000000000000000000006aa19e2a336b9b8d4eb92fdee3530079e046136f1aaa 1,471 1.00/1.00 vMB 64
595,768 595,768 000000000000000000135dbe84d69a92c93bd6cd7a0c048ddb3e1e754453a3c8 1,149 1.00/1.00 vMB 84
595,767 595,767 00000000000000000008d972465d7c7ff4b865ac9f8c092de399144ff487d9c5 2,833 1.00/1.00 vMB 37
595,766 595,766 000000000000000000169371126b8cb2d2ccc8e147712c53dde7aac637e4380b 2,960 1.00/1.00 vMB 14
595,765 595,765 00000000000000000013146e629a7807a669a9fa6a8af506a6689fb04f37703e 2,780 1.00/1.00 vMB 18
595,764 595,764 00000000000000000013ad99c4d14785920879c08d5ee17276589bb5800b8d2a 3,028 1.00/1.00 vMB 33
595,763 595,763 0000000000000000000f90905583250e311ea2742774612cea1f68c98f5a7c35 2,708 1.00/1.00 vMB 25
595,762 595,762 00000000000000000006bb98781ec735d41beccefd54f1a304f0dd36e2096406 2,769 1.00/1.00 vMB 24
595,761 595,761 00000000000000000012b652c1332fdeca1348825433546c7ed542c20f134733 2,562 1.00/1.00 vMB 36
595,760 595,760 0000000000000000000cdcbe3504b917a09f0b1d88d3a5d61bbcb3192ed0bd63 2,928 1.00/1.00 vMB 47
595,759 595,759 0000000000000000000f029ee351a226d8abe7298f63e615605224e194ed79de 2,766 1.00/1.00 vMB 34
595,758 595,758 0000000000000000000afc81c12071aa9d33c91425928e9847a70325fdecd975 2,898 1.00/1.00 vMB 33
595,757 595,757 0000000000000000000435c57eab12d6f1bf7d4cc4a5dab3b0b8a95686a91d75 2,845 1.00/1.00 vMB 41
595,756 595,756 000000000000000000147c601ce620b6e297133646581bf111c21652a924b0af 1,296 1.00/1.00 vMB 19
595,755 595,755 0000000000000000000356a4b7cdb501f844ecbebc9dd12ba53283d1f7ae08e6 2,350 1.00/1.00 vMB 46
595,754 595,754 00000000000000000002b74cc982b3dd960bd6b9679ab3bcdd2507e60e9d737d 618 0.20/1.00 vMB 29
595,753 595,753 00000000000000000000b8a08f3e8e682b1ac5eac3549b61f2662c514afe6c53 2,831 0.90/1.00 vMB 22
595,752 595,752 0000000000000000001400ee5b9922a5fff031530601d7b36365c82d132677a1 1,259 0.49/1.00 vMB 22
595,751 595,751 0000000000000000000fcfd4552438368976fb3ca2fdf8e9d60b71b73e0fbe91 860 0.28/1.00 vMB 28
595,750 595,750 00000000000000000008179ea2a422bb3a5d1db79d0438443c97dab14cf3c964 1,423 0.47/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.31 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: 660.10 GB
    • Received: 14.62 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.