Loading Tool

Explorer IconExplorer

Memory Pool

50,406 transactions
28.32 vMB
0.06453578 BTC
Random Selection Loading Transactions
Max Size: 152.29/200 MB

Candidate Block

Mining Attempt 460f3787978d47947486281d631e3cbdb0a0e6959a6a9ffca8397648c09d3012
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root ab409c6e717f15157cfd0ce2d57b9a22c3235a64b82eda7c4436e980224341f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.01045786 BTC
Feerates: 100.00 > 1.05 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (251,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,950 662,950 00000000000000000000e7b3917f87f1c2184bde6e475e22cd6830e440a0d847 2,381 1.00/1.00 vMB 68
662,949 662,949 0000000000000000000a181572f9424058e8b377d72bdf28d19232c9e3058675 2,459 1.00/1.00 vMB 40
662,948 662,948 0000000000000000000110ae6d538f69d220f43f866dbaa8643bd7e55864cdce 2,715 1.00/1.00 vMB 42
662,947 662,947 0000000000000000000a288bec884811a7fac58ebe0604908bd3b85bd1804f29 2,704 1.00/1.00 vMB 105
662,946 662,946 00000000000000000006b283058b96e9f4c6d7014b9b341aa8f6809c9b9789ee 2,427 1.00/1.00 vMB 76
662,945 662,945 0000000000000000000dbe412bdb7f18215417b505e39089877f413bd30c90be 1,665 1.00/1.00 vMB 57
662,944 662,944 0000000000000000000b459e7cffafc022e89b9694ca8ca54e7ba82b6a32244b 2,525 1.00/1.00 vMB 69
662,943 662,943 0000000000000000000a5f75253767a070526b3ede6727b629b8ce4b45aad262 2,207 1.00/1.00 vMB 72
662,942 662,942 00000000000000000008c02a9e35ff667c53d2d5b9749f254b722387d802e1b7 2,273 1.00/1.00 vMB 21
662,941 662,941 00000000000000000004cf7072b22e39c41f9ea382bd7a1d92c7ded56827edcc 2,270 1.00/1.00 vMB 19
662,940 662,940 0000000000000000000a1682ea072449e174474337da5f2c12edbb5a462e0ae3 2,629 1.00/1.00 vMB 65
662,939 662,939 000000000000000000092f894ab9b838d9c6cd708b0a642c3e38cb36bae46688 2,571 1.00/1.00 vMB 122
662,938 662,938 0000000000000000000bc184edb6fc3e7180f133a23cd286160e80cb26d12a2d 2,935 1.00/1.00 vMB 135
662,937 662,937 0000000000000000000188b650fcb8209969514d19fb38483ff4bc2e127cd902 2,498 1.00/1.00 vMB 49
662,936 662,936 000000000000000000058b6d67039348f5661968d998fc4845e4bc59d377a5c4 2,083 1.00/1.00 vMB 47
662,935 662,935 0000000000000000000bb6b547aff2dfdc405e29e48cb36f9ef6aaae511b4a77 2,173 1.00/1.00 vMB 51
662,934 662,934 00000000000000000005791a2754725f807581a29790915e7b22923a6ee08199 1,450 1.00/1.00 vMB 103
662,933 662,933 00000000000000000008359b7e7e2731089db48d5771c411b034b66010d266a4 2,417 1.00/1.00 vMB 59
662,932 662,932 0000000000000000000c24a09ccb3ce17b1a905bb249262b595c19e41c769625 2,599 1.00/1.00 vMB 41
662,931 662,931 00000000000000000006a7f2c82d534aa9cd3160794dfce63989821f9e9a2281 2,179 1.00/1.00 vMB 78
662,930 662,930 000000000000000000064958259169f92790832fa7ba58a35b35db2a0fed3b85 2,229 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.02 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: 649.91 GB
    • Received: 13.23 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.