Loading Tool

Explorer IconExplorer

Memory Pool

80,121 transactions
29.86 vMB
0.07549827 BTC
Random Selection Loading Transactions
Max Size: 179.68/200 MB

Candidate Block

Mining Attempt 2e77e423f5bbfa4844a707dffd5757f5fc35f67dd558c52cdc9082a74ed5eaab
Version 20000000
Previous Block 0000000000000000000186bfb192e08305a7c150b4fc05a0643f576b085496a7
Merkle Root c8d24f503d4468325fb7f37253c77039b5d4880a9674914125cac02c6096b241
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,849
Size: 1.00 vMB
Total Fees: 0.01457610 BTC
Feerates: 241.10 > 1.46 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,992 (799,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,909 115,909 0000000000003e62e8895c29e5e41db04838ebbe44c59852bf5dce36e71dca52 12 0.00/1.00 vMB 656
115,908 115,908 000000000000c9f0de48034f0813a59fd5e8c627b037552f0b1cebceb95dacd8 6 0.00/1.00 vMB 989
115,907 115,907 00000000000036aed1843a444610ccb9ef57672ba1e49c7ca942df64c4bb602c 7 0.00/1.00 vMB 542
115,906 115,906 0000000000009f59fd56ac1a6592dda2be11b37f368a44e9cfb963c8e857189a 9 0.00/1.00 vMB 0
115,905 115,905 00000000000075dfa0a6d4ef8711762285332d33657d2a73d5aff4d349e6c2fa 7 0.00/1.00 vMB 512
115,904 115,904 00000000000047b0bc3b99f0be32c1937d9d6f092afe40ccaee443a399774afb 2 0.00/1.00 vMB 0
115,903 115,903 0000000000009de4157be39a5a1c0fb6fd837c318be1c8fe6ee4ad0603f6981e 8 0.00/1.00 vMB 350
115,902 115,902 00000000000012630cf2f50958eb31ceb1d36691855a5eae86e6f4a2e7b0d019 11 0.00/1.00 vMB 319
115,901 115,901 0000000000009a14aaef1cac6a9a9d1526ca2b4d3d625e47bca3ab33db85a776 2 0.00/1.00 vMB 0
115,900 115,900 000000000000479a4ce82b5912b52b5a7933eefe46e72b8041a99cfb20019746 122 0.03/1.00 vMB 61
115,899 115,899 000000000000ab85c448fe9a0164cd73f4fe6a99f2fd1f051035963f6bfcad4b 12 0.00/1.00 vMB 360
115,898 115,898 00000000000020e432c37d070929152408e24d4a3043ba67d570fbe338ce25aa 8 0.00/1.00 vMB 333
115,897 115,897 000000000000d8b05265e42a1778c3995f6300653e9e45b76675adb6e7d57fe5 11 0.00/1.00 vMB 331
115,896 115,896 000000000000e80db362039b4578647ca729470d739f5b63fa0876dadd71d5b9 11 0.00/1.00 vMB 705
115,895 115,895 0000000000008efdc51fbd36b5732a868fcc124620e1b66f4196d95b14c3508e 11 0.00/1.00 vMB 0
115,894 115,894 00000000000059da253f13121258ef602d4181ac3a01434e9ac80e69f9d7732b 20 0.01/1.00 vMB 0
115,893 115,893 000000000000189b740c1ab72c2a33c379d52c19ba1ed85bea016df7b109938f 4 0.00/1.00 vMB 695
115,892 115,892 00000000000036741c2e6d0df8564b278be3b6b790eabf4c05ddcbc4e4e7c31d 12 0.00/1.00 vMB 0
115,891 115,891 000000000000a90d1f0bd84577a0aa103d397ea7fdb835df9e321c36a766ea8a 8 0.00/1.00 vMB 0
115,890 115,890 00000000000003b1fc5d7d0867a11ee5186973c53df0205d2dba0435eaf2f9ff 11 0.00/1.00 vMB 331
115,889 115,889 000000000000524ca8830ffa921698fe327aa54d5dc54227bd2ef0c707f51dcb 11 0.00/1.00 vMB 0
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.23 GB
    • Received: 14.96 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.