Loading Tool

Explorer IconExplorer

Memory Pool

32,656 transactions
25.16 vMB
0.07140031 BTC
Random Selection Loading Transactions
Max Size: 126.61/200 MB

Candidate Block

Mining Attempt 91c77cbd48fae59b59c72af87eafb128bcf8f51ead91410ea22fbe7154a4b88b
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 2827e0e752610c2ae5265bcf4a8db962574b03bc32cca1366fc0178c7623b4c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.02386691 BTC
Feerates: 100.60 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (508,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,438 406,438 000000000000000002a00d3415a1266a2297d9481b9990550e00aea3c4bdb5e1 394 0.43/1.00 vMB 16
406,437 406,437 0000000000000000047f038fbb045866f7d17450188ecb6e770be1d53e377dd2 1,382 1.00/1.00 vMB 25
406,436 406,436 0000000000000000062915745c2bafe9642cbfe2e5dda8b75931ff33a64c4cd3 2,227 1.00/1.00 vMB 44
406,435 406,435 000000000000000000b128ced925df0b8f7c12162927fc735ec34e03f26a7e22 925 0.58/1.00 vMB 26
406,434 406,434 000000000000000001f074a2c2bdfb623085d705cda4be299f5eab7ac584801d 2,615 1.00/1.00 vMB 42
406,433 406,433 0000000000000000058faeb1e39ee1ebf92b5de8c1d5fcc869025b293b7446a9 1 0.00/1.00 vMB 0
406,432 406,432 000000000000000005283610c7249ec20fa819dbecf162205b00468144000783 193 0.13/1.00 vMB 22
406,431 406,431 000000000000000003d99ac3d51740571df5e5924712f4301f24b6b21e7559f9 1,999 1.00/1.00 vMB 34
406,430 406,430 0000000000000000068ed59ba076998332ba74294b0afe521a929c8e8c336b25 2,510 1.00/1.00 vMB 43
406,429 406,429 0000000000000000024397bd68945e4b110999436a8022631fbc18f732b88adc 40 0.02/1.00 vMB 36
406,428 406,428 000000000000000005b7da939d91b12ba12205c9f7a8e4c6156b1c95523dcd78 981 0.74/1.00 vMB 19
406,427 406,427 0000000000000000015a802c50ade0225a2a50eb73bd4ae5d7f6328f310e833f 2,302 0.75/1.00 vMB 60
406,426 406,426 0000000000000000067e63eb6c19a30729dfd6bf95aa5a0a25a789980040a7b2 2,130 1.00/1.00 vMB 38
406,425 406,425 00000000000000000480be6d5ab519a1d23a402923da800cce801dcbcf1305bc 2,604 1.00/1.00 vMB 44
406,424 406,424 0000000000000000064780c9f880a317db6f6a8101868a07b935da7571d58caa 447 0.35/1.00 vMB 26
406,423 406,423 0000000000000000022ed60babd496ee8cf7ed7c2fc7fb1e1afe21345bffc89e 2,004 1.00/1.00 vMB 34
406,422 406,422 000000000000000000863d2f6b48ce1301129f0c1eb12d7dfde756ae9a222198 2,417 1.00/1.00 vMB 43
406,421 406,421 000000000000000001e5c366970c7195a41d5d8ecca61ee2f1413353f1a8e6a7 1,248 0.76/1.00 vMB 24
406,420 406,420 00000000000000000034946d1b7c020e6f71f2d55d4c849520b0ecc02cfde002 3,114 1.00/1.00 vMB 56
406,419 406,419 000000000000000004e37d41b13f68ac45c469df715b61667e3e00df16093bb0 2,658 1.00/1.00 vMB 43
406,418 406,418 0000000000000000055577023841289142c105de22a638152f5ca015eee8e8da 719 0.32/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.87 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: 642.83 GB
    • Received: 12.56 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.