Loading Tool

Explorer IconExplorer

Memory Pool

42,164 transactions
27.75 vMB
0.07751658 BTC
Random Selection Loading Transactions
Max Size: 143.36/200 MB

Candidate Block

Mining Attempt 2a315bc2de9c34d67aa52619cf785b93539508e76000b617ffd8cc7bd7c024a1
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root fe6419c85100a1f846c0ac77282bd0f77d63f1fa5d2a203a77287e3719db024a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02193415 BTC
Feerates: 180.63 > 2.20 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (343,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,290 571,290 0000000000000000001c3619e2f2e31180b751583279cfe4f0d75e734d9dc626 2,883 1.00/1.00 vMB 75
571,289 571,289 00000000000000000024b308adaf4a105cbd5bb9d41a1b7239a0948a2c0e9283 3,155 1.00/1.00 vMB 7
571,288 571,288 0000000000000000000109a82120439d6c54e537d11c9be5c5e7ee86a093e67e 3,027 1.00/1.00 vMB 54
571,287 571,287 0000000000000000000238dc53c5b1257a19b9796c841a3ac563e81296960d6a 2,477 1.00/1.00 vMB 92
571,286 571,286 000000000000000000016d20eafaf150cb78d03de9043978a8aa8a23a634ba9e 2,642 1.00/1.00 vMB 117
571,285 571,285 00000000000000000018a6daa1375a097471c361211bff4d3d7f48a4ba074418 2,194 1.00/1.00 vMB 78
571,284 571,284 00000000000000000009826fd905a897fab272e14728ee2810fb8dbf6c6d4048 2,732 1.00/1.00 vMB 141
571,283 571,283 0000000000000000001dacbcd33f60be71e8eedfe500477dda2484edc32bf487 1,645 1.00/1.00 vMB 36
571,282 571,282 0000000000000000000f9cd18b1981cc0d86f2fd6a675cdc7708d08bf6ef25b8 1,076 1.00/1.00 vMB 10
571,281 571,281 0000000000000000001026ab973b732ff799d743385b9a6502e2884569e3796b 2,980 1.00/1.00 vMB 51
571,280 571,280 00000000000000000020d5f8e93bacc91a4bd6733997d085c3d39465745a0d60 3,317 1.00/1.00 vMB 11
571,279 571,279 0000000000000000002294e2efe4e37916a520b2b7d73616991d31d57f4fab97 2,771 1.00/1.00 vMB 82
571,278 571,278 0000000000000000001515e7ab90ffcadfbc4b57a4e23ecf0c0213c088719b5f 1,690 1.00/1.00 vMB 2
571,277 571,277 00000000000000000004e87aa4194dd2afd868399de211b2c2e853b4c10539c3 2,876 1.00/1.00 vMB 39
571,276 571,276 0000000000000000001c1e4e86ba536d28687a76ecf1be86e79bec3177ef2217 2,947 1.00/1.00 vMB 11
571,275 571,275 00000000000000000000dec0237f5aba4a31dbe9763d8111c1d60f82975a2d84 2,317 1.00/1.00 vMB 124
571,274 571,274 0000000000000000000582f04c1b5abdd80bdcf5f6891184d651af44257152fc 1,979 1.00/1.00 vMB 49
571,273 571,273 00000000000000000027eaf64ed09df790e308829a6329d5a2ba8f4540173303 1,617 1.00/1.00 vMB 97
571,272 571,272 00000000000000000007d1a3e02fc24f17c991dc33c64bd69c1c854a7e94e67d 2,359 1.00/1.00 vMB 83
571,271 571,271 00000000000000000003b717d902888ec1334d88fef98ad6ee2703f3081ef6d4 2,235 1.00/1.00 vMB 113
571,270 571,270 0000000000000000002a9bd2f1f33ad95d23d88ac48060567392381a026d717c 1,385 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.