Loading Tool

Explorer IconExplorer

Memory Pool

39,193 transactions
26.96 vMB
0.05265385 BTC
Random Selection Loading Transactions
Max Size: 140.74/200 MB

Candidate Block

Mining Attempt 6790f9abe5e37ce44e09120bb4c23501b6c2ce93c34826ed5b59423017db01fb
Version 20000000
Previous Block 0000000000000000000003e85e5accad5e43259b5ffd52a89201f6997e6dcb9f
Merkle Root 3b479b8f61b1c7b032a5b2d1021adf51944915f63fc992241b8ccfd45c099836
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,586
Size: 1.00 vMB
Total Fees: 0.00283308 BTC
Feerates: 4.03 > 0.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,864 (126,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,005 788,005 00000000000000000002a888455b5f8cd838bb19c46a6a176c04cd8e8d98109e 3,219 1.00/1.00 vMB 83
788,004 788,004 00000000000000000005847c5fe43448a69efd1de8afdfac1be0a1c79c6a6bd3 3,741 1.00/1.00 vMB 132
788,003 788,003 00000000000000000002ea79c1107e0d559c429dc0165aa0dc64225f46908c4d 4,646 1.00/1.00 vMB 98
788,002 788,002 000000000000000000022a7246a641892b3868ca0907d916667dcfead58717d1 3,469 1.00/1.00 vMB 105
788,001 788,001 00000000000000000000a4420789fde0f2bae21c1116e7a81beb532c58752d9e 5,287 1.00/1.00 vMB 94
788,000 788,000 00000000000000000001f3fa1b4c03c877740778f56b0d5456b18dd88f7f695e 4,112 1.00/1.00 vMB 92
787,999 787,999 000000000000000000025dbf6c4aab8e1dee993455b628eef315696e5fe4ef2f 3,600 1.00/1.00 vMB 91
787,998 787,998 00000000000000000004dd37d27eb48fc799438837e5b2c51939654f74d7e087 3,994 1.00/1.00 vMB 101
787,997 787,997 0000000000000000000043dec5f862287e93f1012fe8dc352c32549cb2cf2705 3,420 1.00/1.00 vMB 109
787,996 787,996 00000000000000000004d2a16f3c9fe36bf9ea56a7ad0a00f7c62f91c4237fc5 1,886 1.00/1.00 vMB 130
787,995 787,995 00000000000000000004d6bf69ba2cb25a0770242f4724b5e55608ed2aa49545 3,037 1.00/1.00 vMB 132
787,994 787,994 00000000000000000002a78b30054a3c85a9ba66a7a8c5f514509774f5c40d5c 3,669 1.00/1.00 vMB 123
787,993 787,993 00000000000000000001e882c1a54eeb5d4549841bb6027ec63fbc3a7a0d9296 3,851 1.00/1.00 vMB 135
787,992 787,992 0000000000000000000033fb832e3c41b880866fad8e53f7d7b94b7548ac4f61 2,615 1.00/1.00 vMB 113
787,991 787,991 0000000000000000000088d3e13f7100c40c5949335016352499f01297c9a0db 4,693 1.00/1.00 vMB 119
787,990 787,990 0000000000000000000392d2c2b10775dcf9505905af92b1f7e16e96b2228f79 2,854 1.00/1.00 vMB 128
787,989 787,989 000000000000000000045478ab01264cf8dde7cd1f4f3833d54188a0225902dc 4,284 1.00/1.00 vMB 136
787,988 787,988 00000000000000000002e081e1537ff0fe85c97bfaadc5a6e20895a4954f9a26 1,700 1.00/1.00 vMB 160
787,987 787,987 00000000000000000003520fee9e372b02470df77a223255100efc7b7a84467a 3,366 1.00/1.00 vMB 152
787,986 787,986 000000000000000000056cf39221eebcbc8afa90e6a18be14702092fff61c3b3 2,250 1.00/1.00 vMB 174
787,985 787,985 000000000000000000012126758095f9121c9b533cc00d55f5b1d4b123464fc5 1,092 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.15 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: 652.98 GB
    • Received: 13.81 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.