Loading Tool

Explorer IconExplorer

Memory Pool

36,422 transactions
28.91 vMB
0.08819338 BTC
Random Selection Loading Transactions
Max Size: 143.99/200 MB

Candidate Block

Mining Attempt 86a0fb9a515468fe4993f3c6557cb9357906749a2972f079fd0dda6d1d01c5fd
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root da1dca75d303d759dbdacbe39933fcf2a5ceb376f388f64687c29967c86d4bb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,707
Size: 1.00 vMB
Total Fees: 0.02994654 BTC
Feerates: 100.24 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (459,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,516 455,516 000000000000000001d791cd9a9f79e2c606ae38aaa2c95ef939051e58dc1aa9 2,399 1.00/1.00 vMB 153
455,515 455,515 000000000000000001daf7c1945f5189d83e769035e1a54d98551f247150dca2 2,113 1.00/1.00 vMB 209
455,514 455,514 0000000000000000020072ff53d2d52ac24b70e1712ca11757eac55cf0961bb4 1,782 1.00/1.00 vMB 150
455,513 455,513 00000000000000000082d182173be59fa714bff33ad5734e658d63438bc6f12a 2,349 1.00/1.00 vMB 149
455,512 455,512 00000000000000000071d6df97fbcdea855d81182ffe1d928a6d2a93b48389dc 2,085 1.00/1.00 vMB 165
455,511 455,511 0000000000000000015ed006aeb757d7cfb6823106a82fea1120296bfdcab2ce 2,181 1.00/1.00 vMB 175
455,510 455,510 00000000000000000159ed82e4350783768471997bdeab8605523f6757e2ebc5 2,631 1.00/1.00 vMB 178
455,509 455,509 00000000000000000119dc1451b091072a1a74318eca61c80791d13c94495954 2,109 1.00/1.00 vMB 219
455,508 455,508 00000000000000000014cbea7f6eaa5cd7e07199d098156537e0f9a29c776888 1,514 1.00/1.00 vMB 235
455,507 455,507 0000000000000000001ead1253231c364cf0593210c03cc173cc173bdddfb045 2,538 1.00/1.00 vMB 148
455,506 455,506 000000000000000001f9904075462ce9f9525bc0c1b000377fc0b47949391d9a 2,214 1.00/1.00 vMB 194
455,505 455,505 000000000000000000dac95c2dcc5f0772322629504833f15ea83eab2daa891b 2,214 1.00/1.00 vMB 183
455,504 455,504 000000000000000001a60b53d924cd7014b60049b073449a57e5373847b0b1e5 1,912 1.00/1.00 vMB 157
455,503 455,503 000000000000000001b3d23ad50b163fb4aab05118c6a7dce7d307c8bc4b1037 2,612 1.00/1.00 vMB 200
455,502 455,502 00000000000000000268870c2432bcb11ce1fb56823d0e11ac4bde355e457eb3 3,345 1.00/1.00 vMB 106
455,501 455,501 00000000000000000129689d43d37df73b1a6d925fd6efed3aa49c384bfb90a7 2,733 1.00/1.00 vMB 207
455,500 455,500 000000000000000000372f20afbdf32f69b017598b02a14341884703fc0d8f34 2,146 1.00/1.00 vMB 166
455,499 455,499 000000000000000000c9f50c18f74a0ab870d4c4b9526e2b4cf9cd59fa519ccf 839 1.00/1.00 vMB 129
455,498 455,498 00000000000000000112d36f2eeefc793b85b5e8278e90e0d6994d28e5d02871 2,743 1.00/1.00 vMB 120
455,497 455,497 00000000000000000126e381dba5d8a3884ccc59f763cbb8ca0ad666807c44d0 2,362 1.00/1.00 vMB 157
455,496 455,496 0000000000000000014710c0c3d2b35d5dd5d43deb47bdabcb9bd6d62a3b2b66 2,067 1.00/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 781.54 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: 614.97 GB
    • Received: 11.16 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.