Loading Tool

Explorer IconExplorer

Memory Pool

27,050 transactions
27.15 vMB
0.10263724 BTC
Random Selection Loading Transactions
Max Size: 130.68/200 MB

Candidate Block

Mining Attempt 9d68a6f8e89dc685e6490f7aaef9d8efef378a82c7be3d1354dfb44ad4806ad2
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root aac56a44b122b211edd8c26daa8bdef0bbf53395ca488ff3c7d39b7e898679d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.05144693 BTC
Feerates: 101.66 > 5.16 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (458,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
455,489 455,489 00000000000000000039881dadd5de4b605a19bd238c26d8a24f0b8450ba1b64 2,527 1.00/1.00 vMB 207
455,488 455,488 000000000000000000c059e086154cc0ac33506aef385dc8f8b48327116d24cd 2,218 1.00/1.00 vMB 272
455,487 455,487 0000000000000000023ded1967e2003d9bcc01a37ac95da60d2e99e579ba83a4 2,739 1.00/1.00 vMB 142
455,486 455,486 000000000000000000997119a638d110e346e2f15195812785e549992be158a3 2,019 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 781.50 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: 612.01 GB
    • Received: 10.95 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.