Loading Tool

Explorer IconExplorer

Memory Pool

73,140 transactions
28.37 vMB
0.06696665 BTC
Random Selection Loading Transactions
Max Size: 167.77/200 MB

Candidate Block

Mining Attempt ab19a3dad72214e7600ff612265d043ea675f8a3a8526852e45cb5ac5a1e5def
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root a80c70c13e20edc2efc0e12701f549f1f573bfd967931f9d4f8d96afb7e29934
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,961
Size: 1.00 vMB
Total Fees: 0.01016625 BTC
Feerates: 100.36 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (422,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,843 492,843 000000000000000000a682f0ec34b3f1b9bd807be0d9c2a2e6fec91322fc5315 2,816 0.98/1.00 vMB 185
492,842 492,842 0000000000000000006c0fff9514bf2d8d26a05ea3f329c8381672699ebdf9e3 2,804 1.00/1.00 vMB 191
492,841 492,841 0000000000000000008062643f92ebce3f110a76ce692d2be9b5b9805a4738c4 2,788 1.00/1.00 vMB 233
492,840 492,840 000000000000000000468763a82e46cbd9310ff95f338ac052226e7d1478c0ca 2,490 1.00/1.00 vMB 211
492,839 492,839 000000000000000000bba0dcf604e76863566e4d0a8e30ad2765aa5ceea6c099 1,920 1.00/1.00 vMB 179
492,838 492,838 00000000000000000043152a30f836b6e1cb8facc135d8c79ab81278aeeff196 2,059 0.96/1.00 vMB 223
492,837 492,837 00000000000000000062a5b27bc538ae4de5dff45417345474e264f87fe1fa5e 2,776 1.00/1.00 vMB 196
492,836 492,836 0000000000000000003c916aadedc6a8160918e8f06190e638ebaf0434b1f440 2,762 1.00/1.00 vMB 260
492,835 492,835 000000000000000000a3bf41ea8795e496fcfd1288179b6df0e5b17e329fa250 34 0.01/1.00 vMB 381
492,834 492,834 0000000000000000000b1c3066abf731172c074453d22d8f81698df4846bdea9 2,617 1.00/1.00 vMB 220
492,833 492,833 0000000000000000001e24d1be4f4a5e2e9cd1c8398937e2e4342cc6557b1cc8 2,926 1.00/1.00 vMB 282
492,832 492,832 0000000000000000007a8379bd8a178dd6e4647dd752c3b6dc358e9271102464 2,476 1.00/1.00 vMB 236
492,831 492,831 000000000000000000ae3468c54ce4c3d4aeb05999538698e75695a21753d04a 2,537 1.00/1.00 vMB 224
492,830 492,830 000000000000000000c104492eca55fd1da2b3129a15c793d4573c21022acdbe 2,947 1.00/1.00 vMB 265
492,829 492,829 0000000000000000007dc24268221307df0acd5b47ec35e019c3c9056e57f340 2,363 1.00/1.00 vMB 232
492,828 492,828 00000000000000000093ab610cdfa846ee012f72b8ba64a294bc0bb66217ec11 2,958 1.00/1.00 vMB 256
492,827 492,827 0000000000000000008191bd4481445e524ce9f69ce71c56d2f336c45bb3fdfb 2,732 1.00/1.00 vMB 253
492,826 492,826 000000000000000000af8c3bcf5c06e58ab3c5fe0d4509d90aa2ecf7cfb6f5a6 2,686 1.00/1.00 vMB 232
492,825 492,825 000000000000000000171587004916adb5b416ad055d33de5558e3567cce365a 2,567 1.00/1.00 vMB 241
492,824 492,824 00000000000000000035744c94ba24559a218b4a1d3a2507085187429fda761b 2,549 1.00/1.00 vMB 217
492,823 492,823 000000000000000000710bcc3957bc30f5ce1438ebd1ce06214cb34d2ef810e9 2,708 1.00/1.00 vMB 246
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.33 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.