Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.63 vMB
0.10708680 BTC
Random Selection Loading Transactions
Max Size: 178.34/200 MB

Candidate Block

Mining Attempt 57882656560ff4bb8db75e831e9b20c8bebdc1b3e8a3b6b5ad37099cb4995ef4
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 46573af18c837187ef1a059a20f7bef5572e1f9d838c614c04cd22b55afa7527
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.04145848 BTC
Feerates: 164.34 > 4.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (261,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,677 653,677 0000000000000000000de79dec7e29ecfa800f5fea1525a67244a220d4fd6d30 2,523 1.00/1.00 vMB 37
653,676 653,676 0000000000000000000784ca2c92ea60530fc96fb0b6a670c6f6f2cc5e28bab7 2,764 1.00/1.00 vMB 83
653,675 653,675 00000000000000000001d2aab7d9ca30320414869dbe720b38a6bd3640d1610e 2,668 1.00/1.00 vMB 99
653,674 653,674 00000000000000000001487db3cd76f0a5391062397575ced2ca25e928fae988 2,787 1.00/1.00 vMB 76
653,673 653,673 00000000000000000007d1b8586132382f5002e56fdf96dbe51fe2db86282cc5 2,909 1.00/1.00 vMB 101
653,672 653,672 0000000000000000000c19fba336f03acf32cc51626fd2b5882679703bc77659 2,027 1.00/1.00 vMB 22
653,671 653,671 0000000000000000000d8746dc6c1c60eda178106253c9e669984d6c801b2899 2,032 1.00/1.00 vMB 62
653,670 653,670 00000000000000000006bbc68be6c5134ed54e52dde173f4a730019cd770a59b 1,826 1.00/1.00 vMB 64
653,669 653,669 00000000000000000001777feeefb53835e48b5359d6f241aff89f879a93270b 2,586 1.00/1.00 vMB 43
653,668 653,668 000000000000000000076a670f1e7abf12685334ed0a80601aa8809618c4f756 2,481 1.00/1.00 vMB 78
653,667 653,667 0000000000000000000ca8e9f9543db1e9dd2125f2fa709edf0a1a0f1bf69cd1 2,850 1.00/1.00 vMB 79
653,666 653,666 0000000000000000000cbf16330ff70de7dabb5f140d2a2b507f7f28b53a3921 2,611 1.00/1.00 vMB 106
653,665 653,665 000000000000000000000d7f41ca83d5fa95fd51b93368355bb7aa945d8d77f5 2,297 1.00/1.00 vMB 38
653,664 653,664 0000000000000000000a37515bd3edc1a2193976c6343b4f959e24da8e0c693c 2,142 1.00/1.00 vMB 32
653,663 653,663 00000000000000000004af508b67e374892143dc6e9883754c49c9f446fb3088 2,001 1.00/1.00 vMB 54
653,662 653,662 00000000000000000001e1c1aa59fdbb12a5dfa3e507eed62776b5f6cae655a4 2,366 1.00/1.00 vMB 58
653,661 653,661 000000000000000000086060510e6849f7bfcc3d52605587d91f78492dcbc005 2,454 1.00/1.00 vMB 73
653,660 653,660 00000000000000000005d777204dc2c39675b7d6239da188cacb05a10fa39e60 2,682 1.00/1.00 vMB 73
653,659 653,659 000000000000000000047f1f020545f0e34e4b56d8e8ac159eff5e7eb2808432 2,180 1.00/1.00 vMB 43
653,658 653,658 0000000000000000000dad9bc25c009c03d39bc829d2da0833e325251d3fd30d 1,552 1.00/1.00 vMB 64
653,657 653,657 000000000000000000073ac1485631eaa642c2728c1e2cd107ab2c1a002a4154 2,077 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.