Loading Tool

Explorer IconExplorer

Memory Pool

78,565 transactions
29.99 vMB
0.08833658 BTC
Random Selection Loading Transactions
Max Size: 179.17/200 MB

Candidate Block

Mining Attempt b6107399a16169cafa42b4ebe7b8091f3bd16d259a29dd13a1b7eb1df7ac5c00
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 7ee926a52be1f98e8bff3900077380e40f2bdaa568185535d1fadd352a89c2ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,780
Size: 1.00 vMB
Total Fees: 0.01892454 BTC
Feerates: 100.69 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (443,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,324 471,324 000000000000000000f8470a685cd4d2673b686d501181481638c0de0b7cdd02 2,126 1.00/1.00 vMB 146
471,323 471,323 00000000000000000009b4ae49aee1dd1c4141a70e64d892e3983e3a3beb088c 1,596 1.00/1.00 vMB 175
471,322 471,322 0000000000000000005280f7d5cf0d722a917ad7f461611801dde57a2c91ddcb 2,022 1.00/1.00 vMB 205
471,321 471,321 0000000000000000005b3401639720ffff3f0302d554f64dcb219a71e309a597 1,542 1.00/1.00 vMB 210
471,320 471,320 0000000000000000003ded8f714b6e98a2c964bdd6d41043123ac47298771057 1,488 1.00/1.00 vMB 211
471,319 471,319 0000000000000000012000c40ae285df619cdcf6674db6247c54ddf59079a797 2,069 1.00/1.00 vMB 196
471,318 471,318 00000000000000000171d5e9be5ce1a86c9f0b513e712d260595d008ca67e809 1,428 1.00/1.00 vMB 212
471,317 471,317 0000000000000000019d607647c4d3f80842b9759da630ed42c72fa98435e329 2,256 1.00/1.00 vMB 377
471,316 471,316 0000000000000000002fd128085af5cbae6622e75982eaddf7083af160d05ced 1,757 1.00/1.00 vMB 197
471,315 471,315 000000000000000000bbf0e20d93a587eeddbd710493b848e6ab1f0237f28ea4 1,509 1.00/1.00 vMB 194
471,314 471,314 00000000000000000163053f7479cd06cf3caad49e05256eaa0ebaed700d3453 2,457 1.00/1.00 vMB 263
471,313 471,313 00000000000000000125c1ef52637baa7d23a18d5bdc9717ccd7d8377fa49998 2,190 1.00/1.00 vMB 384
471,312 471,312 000000000000000000cf2c9bab24a17d5d64612b57fcfc8df9f088c334e38419 1,699 1.00/1.00 vMB 342
471,311 471,311 000000000000000000494acf572a4d59e52b630e8699cd4dc81f9f0074c05c7c 1,895 1.00/1.00 vMB 367
471,310 471,310 000000000000000000f73c93b832f0db7d5de87b5122d506e284864b43468ed2 2,352 1.00/1.00 vMB 344
471,309 471,309 0000000000000000000de001b4759f07b54c7f419fc275b18bc5f5b55ebc2a82 2,518 1.00/1.00 vMB 418
471,308 471,308 000000000000000000c17b34013514d687f4acd5d3ccef75e4634700c8dcd660 2,009 0.75/1.00 vMB 513
471,307 471,307 00000000000000000191397a95c58fa81ea3a973fa51b314b031eb351e156902 1,623 1.00/1.00 vMB 193
471,306 471,306 000000000000000000a1bbd2265918a5bd3ef80694ecd9b36fd3dfdea13dc750 2,004 1.00/1.00 vMB 276
471,305 471,305 0000000000000000006df87cee16e70d415880b90d5b3f42590429c9a35eb912 1,570 1.00/1.00 vMB 324
471,304 471,304 000000000000000000ee1a036bfd59adfbb8bba80b2c3d76751023422e445c69 1,840 1.00/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.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.