Loading Tool

Explorer IconExplorer

Memory Pool

39,790 transactions
31.08 vMB
0.07508136 BTC
Random Selection Loading Transactions
Max Size: 155.39/200 MB

Candidate Block

Mining Attempt fb466e44ae0c7c35d4beba1f015f54fc3798567fbd580103bfa5bcfba8a3a723
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root f215cfba7f22ed09fb31640fd18c5ba8e5d9e845053444c9253be79e26a65118
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,227
Size: 1.00 vMB
Total Fees: 0.01177637 BTC
Feerates: 101.13 > 1.18 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (518,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,448 396,448 0000000000000000062958b9206b1b2ad7b79f9ae4e4b90fb89756b451ded4a9 1,132 0.95/1.00 vMB 21
396,447 396,447 000000000000000001326a83f5a754466e3c14586fbf9eeed10963275ac48f0b 20 0.05/1.00 vMB 13
396,446 396,446 000000000000000002ced04f189d8e66e798626b3dcd9217b4f4d13233961a7e 2,700 0.99/1.00 vMB 54
396,445 396,445 0000000000000000063ada6c9b69f5f9edf61ca2da8c89f66bcb4fac601efc46 1,721 0.99/1.00 vMB 31
396,444 396,444 00000000000000000405f3680b00631c0215af6465b6b29a4260a48628fa1a51 2,383 0.86/1.00 vMB 48
396,443 396,443 000000000000000004efe601178d8c294cefa704c613f4fad1c9f5bb35330061 175 0.11/1.00 vMB 30
396,442 396,442 00000000000000000500241358fb3e193f162782ab477f2608aab68d7bd42068 1,548 0.93/1.00 vMB 30
396,441 396,441 00000000000000000870ca5fc5373548d7ff0180abec4ca063980951671f23da 298 0.26/1.00 vMB 18
396,440 396,440 0000000000000000062a3e878008e0c9050ead191f5547eba8709994669d9dc1 1,684 0.95/1.00 vMB 27
396,439 396,439 000000000000000003ec0d7fef4952e9c1e54e15f095f2a7ba7734d09a9d7829 2,531 0.93/1.00 vMB 59
396,438 396,438 000000000000000007bc1bb23e205f21dc1ced77d9a186397df5cf30365d0cb3 2,007 1.00/1.00 vMB 48
396,437 396,437 000000000000000001a563c043e850b09d8ba6f985c1f2ed31382e846fda7b16 1,014 0.95/1.00 vMB 31
396,436 396,436 0000000000000000072210c441ec3ff649f64f7eec101373a4b7e53668d176fb 2,284 1.00/1.00 vMB 40
396,435 396,435 0000000000000000082c86f9a810bc6d0ec540e76360b59587a460b9706c01df 1 0.00/1.00 vMB 0
396,434 396,434 00000000000000000735dd554a531e78d5bcd96b16dab9c9328dde4dcc37c09f 2,065 1.00/1.00 vMB 50
396,433 396,433 0000000000000000047957c054463a4a0a13e711dc4fb8bbc0fb17e26ebdce45 115 0.99/1.00 vMB 50
396,432 396,432 000000000000000002b23f9235ed2b9d53e740a9e44594193db9d1eb48d6181d 424 0.95/1.00 vMB 60
396,431 396,431 000000000000000005431df70636fa351b72fb4ab2f3a5d3886f9a0f365412a3 417 0.93/1.00 vMB 55
396,430 396,430 00000000000000000364801577b5f0c777fd757caa04d554056a6bf4b1e39c5b 634 0.66/1.00 vMB 42
396,429 396,429 00000000000000000654585aa78748bea51f0ddcba72263c54b2453e4cad8e48 629 0.57/1.00 vMB 40
396,428 396,428 000000000000000003d59933d8ba6a23d8f2a4e3262b064784119f29c9d5b608 2,319 0.93/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.62 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: 625.28 GB
    • Received: 11.59 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.