Loading Tool

Explorer IconExplorer

Memory Pool

33,886 transactions
25.40 vMB
0.05501540 BTC
Random Selection Loading Transactions
Max Size: 128.87/200 MB

Candidate Block

Mining Attempt 1f0ec04e16af7c91c0063e901c14f744786eb629a6c6190fe6124da89b47ac9f
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 6de63e4706f22f3d495d18f55c19ea21eb3c224ec39547b79e943334da8096f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.00892876 BTC
Feerates: 713.01 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (343,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,292 571,292 0000000000000000000db1652a39fb5059b173907301515874e1bc749585c20b 1,964 1.00/1.00 vMB 108
571,291 571,291 00000000000000000023ff7ecf95bb16a2efb752889d157d4308f811e1d62bb4 3,076 1.00/1.00 vMB 27
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
Previous 10 blocks ↓
Total Size: 781.82 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: 635.96 GB
    • Received: 12.34 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.