Loading Tool

Explorer IconExplorer

Memory Pool

79,593 transactions
29.93 vMB
0.11459747 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt 2bf171c398cdf2fc6b25b5af593782c88d33bca86e41ca1a9de0a03cac7ba87b
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 6997b269ff05d8b44bb2501499b18786fff01c3998cb3da4f74d8d47f0124ce7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,972
Size: 1.00 vMB
Total Fees: 0.04810478 BTC
Feerates: 150.80 > 4.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (320,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,012 595,012 0000000000000000000efdca588373830a2bb13dceecf294febf8835a02e35dc 1,729 0.47/1.00 vMB 14
595,011 595,011 0000000000000000000ee585bb6720b24ffdc82e67523bd138ad1a046b13312f 701 0.21/1.00 vMB 9
595,010 595,010 00000000000000000015c485489a5b06e83dd984f78c49086c50d19ecd38a0ce 3,325 1.00/1.00 vMB 10
595,009 595,009 0000000000000000000f5bda7a92bde255b20baf9292171ef1ce0c0b700f3262 2,971 1.00/1.00 vMB 13
595,008 595,008 000000000000000000012cdc24c8e40b2b6b26a3f8dd7cba7c73e401ab36f5c6 3,158 1.00/1.00 vMB 32
595,007 595,007 0000000000000000000925a8b63f41283258c80b2c36bfbb9956b0185fcabae6 3,352 1.00/1.00 vMB 16
595,006 595,006 0000000000000000001253e9c430c0a48d697c790f38ca5e008bf48a7f03964e 2,342 0.66/1.00 vMB 5
595,005 595,005 0000000000000000001584cb928975437acb72c2ca9a96f60d5ba251c9d3473c 3,108 1.00/1.00 vMB 27
595,004 595,004 0000000000000000000abb21d0fe4b8ab919baa7de37a636a0093537edacf4e4 1,297 0.50/1.00 vMB 12
595,003 595,003 000000000000000000169725e8abb0b4ca84e5ad56b3de0a7f084ba9121d0a21 439 0.16/1.00 vMB 18
595,002 595,002 00000000000000000015b57633665f31d9bf6a17f288dacd0c99c9884a7ef493 1,145 0.32/1.00 vMB 10
595,001 595,001 00000000000000000017494e7ad405417cda19cf554c4c68d913d59ea0f43728 3,151 1.00/1.00 vMB 21
595,000 595,000 0000000000000000000e7294c83f5351e9c781ad3c318a3fb8c765c9b27588be 2,391 0.65/1.00 vMB 17
594,999 594,999 0000000000000000000325da457df2da57340559fc69322ed94e28558d0263a5 237 0.07/1.00 vMB 21
594,998 594,998 00000000000000000010e9b6d2d2d443c64e71f6efb4e6937b175ada01517ada 1,669 0.62/1.00 vMB 15
594,997 594,997 0000000000000000000dba829e41081ad9d73762eaaa759bca0c43478d8a422d 736 0.95/1.00 vMB 4
594,996 594,996 00000000000000000009fc9eecb49c8112b7408fcace057d73a4a0fc0c4a7ff5 125 0.96/1.00 vMB 2
594,995 594,995 000000000000000000051a28d42748ba5dae3763addcc3ebbb618a0757775063 2,488 0.96/1.00 vMB 14
594,994 594,994 00000000000000000012ba9933d702b2f0b52c47f869d9b0b1d11976168f0034 1,217 1.00/1.00 vMB 6
594,993 594,993 00000000000000000002c512d8789eacdbf29833066c824392757ad311067e4a 401 1.00/1.00 vMB 2
594,992 594,992 00000000000000000000abc3ea41b0c309a80157bcb9b7f98c6d57f0c81ca592 608 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.