Loading Tool

Explorer IconExplorer

Memory Pool

36,428 transactions
28.91 vMB
0.08825622 BTC
Random Selection Loading Transactions
Max Size: 144.00/200 MB

Candidate Block

Mining Attempt 33af1f3691099f565cd6e4cd3add2152e6f18025abd90928a2aab686852de88a
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,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
455,495 455,495 0000000000000000013fca20f2d546cddaf924795d4e452afe82fa92802443f8 3,362 1.00/1.00 vMB 123
455,494 455,494 0000000000000000012b49e128057d5b2383bf31e48a3a66c3519d0e27f747d2 1 0.00/1.00 vMB 0
455,493 455,493 000000000000000001e8a62f510e7589096d20cc94bc362a38345345c19dec6b 2,325 1.00/1.00 vMB 152
455,492 455,492 000000000000000001508ff393c8a6ccff0445225840e7ab8d1335b97b557bd7 3,528 1.00/1.00 vMB 120
455,491 455,491 0000000000000000026408ada8ab4c21a1252154bc942ba65e10dc115a31f943 2,346 1.00/1.00 vMB 199
455,490 455,490 0000000000000000001ba7e80abdd301a088c62c4d1a7a9c8faf7d2e9ad88bb2 2,323 1.00/1.00 vMB 240
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: 113
    • 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.