Loading Tool

Explorer IconExplorer

Memory Pool

81,003 transactions
29.69 vMB
0.12577096 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt a2b7967eb179dba3f3b866d71a32313ef9db3ba1ca2a39967cc9d633bd29c5c1
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root f02b00e5dc18b82aea7ad6e9ac002c93fb91ed9f724915c657f9922009773cf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.05976793 BTC
Feerates: 151.07 > 5.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (414,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,724 500,724 000000000000000000026bf2fec0d52196c14d32164eee213f461f6bc85d239b 1,663 1.00/1.00 vMB 593
500,723 500,723 00000000000000000001c3cbbb40cf96d776563a39a1be4558f3e95464ac0ca9 2,643 1.00/1.00 vMB 746
500,722 500,722 0000000000000000000067a46c740ca4c2ae1f6bc3514741dc26161aa76a930d 2,375 1.00/1.00 vMB 950
500,721 500,721 0000000000000000006fc5c7345b0236ee2a861bb8a3b874a9f1c3f849775607 2,811 1.00/1.00 vMB 880
500,720 500,720 0000000000000000007bf0edb72ecaf9d02936517fd54fad9aa3e275606a9f9b 2,517 1.00/1.00 vMB 1,208
500,719 500,719 000000000000000000075712185b6f9a6af3cae77755f6d0b4d5632ce7edb473 2,249 1.00/1.00 vMB 840
500,718 500,718 00000000000000000089d4d02da8fa6aaa6ae4b9a03d98f34076e921318e0cb0 2,751 1.00/1.00 vMB 1,094
500,717 500,717 0000000000000000002c4a59592fdc20f4ce6484d3d89c317bc6f3f6bfe2a7cc 1,435 1.00/1.00 vMB 424
500,716 500,716 000000000000000000565d27795d386a1ebf6a5a879a66ca5cb1a93ec664959b 1,400 1.00/1.00 vMB 384
500,715 500,715 000000000000000000202796080472e2028325a40b76bfc0a8f138777026a2b6 2,565 1.00/1.00 vMB 964
500,714 500,714 000000000000000000707f8b12877670d080753886e4eb8d38ffe8ba646569ff 2,306 1.00/1.00 vMB 990
500,713 500,713 0000000000000000001b034754a7240bbc8bf7df9b31b8eaf929de7a5228d809 1,946 1.00/1.00 vMB 473
500,712 500,712 00000000000000000052a8703998e300087620f2ba8df35015d90defda72b1f2 2,379 1.00/1.00 vMB 566
500,711 500,711 0000000000000000005a551660bf5a394974bd87998026069b65af69307c69ed 1,696 1.00/1.00 vMB 464
500,710 500,710 0000000000000000002cf892f72677335ef19b105db2276fb523d22cffb7d30d 901 1.00/1.00 vMB 528
500,709 500,709 00000000000000000035d12c2a90908b456725ff67a17be58e08694fed7432b8 2,643 1.00/1.00 vMB 1,033
500,708 500,708 000000000000000000947a2a4daebbc48861197368c6e6260936b8109d4f5bb3 1,966 1.00/1.00 vMB 713
500,707 500,707 0000000000000000007daf5dbcfe59cc23dcc870aa5ffc0414c7a66c044d5e87 2,391 1.00/1.00 vMB 1,029
500,706 500,706 0000000000000000005800ca3e9647edd4d0d41de061d96d180e392877bfd8a4 1,846 1.00/1.00 vMB 640
500,705 500,705 000000000000000000470a14a23ac1d1b4307934eeb2351f8354ea6380a65e48 2,878 1.00/1.00 vMB 791
500,704 500,704 000000000000000000877cd5e539204ea87121a88146921f355713dd75963cc4 3,065 1.00/1.00 vMB 898
Previous 10 blocks ↓
Total Size: 782.59 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.64 GB
    • Received: 15.98 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.