Loading Tool

Explorer IconExplorer

Memory Pool

35,780 transactions
25.09 vMB
0.04919076 BTC
Random Selection Loading Transactions
Max Size: 128.45/200 MB

Candidate Block

Mining Attempt 0824fe8e7f5b28e4038ed04061340dd98305e4faa09e1502aea5deb9a11402e1
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root 06ff356776a6aaddce5df4c7b97e9c4331ba5a55f8699080dde1c6d6ee752fbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,796
Size: 1.00 vMB
Total Fees: 0.00426424 BTC
Feerates: 60.16 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (212,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,291 702,291 00000000000000000005009b0a37de2a57cb0f3ed1b9875605cf8df70e2a9037 164 1.00/1.00 vMB 2
702,290 702,290 0000000000000000000d148297f92ea1e131f466c08b33b3d43789af195f00fb 2,904 1.00/1.00 vMB 12
702,289 702,289 00000000000000000007d71017431bdf560b1c3ca067604476381b955dfd6eca 2,115 1.00/1.00 vMB 13
702,288 702,288 0000000000000000000051b5b1f6d0928ab0853c68a06d1d75bf9397f551cfa1 3,255 1.00/1.00 vMB 5
702,287 702,287 000000000000000000087559fbad668c412a4c7a3ff7ad80be2c51f48ce9d500 2,837 1.00/1.00 vMB 30
702,286 702,286 0000000000000000000171b70071390879b59eb271a407bb4fab852bd69fcfe2 2,670 1.00/1.00 vMB 16
702,285 702,285 000000000000000000042c21ab77558b17d5d1de0a799673c6136d192d108129 2,391 1.00/1.00 vMB 13
702,284 702,284 000000000000000000075d1b9a6f921f246fa98269d3c0b39e0f05f86a7bded4 1,335 1.00/1.00 vMB 9
702,283 702,283 0000000000000000000ecb7bed7eefff3f4c9358cc6ca873ca6f43e16aa63643 2,926 1.00/1.00 vMB 12
702,282 702,282 00000000000000000007e02c4fc9f6f667cc12f4904886e579f667591abf0c7e 420 0.13/1.00 vMB 10
702,281 702,281 0000000000000000000ae64786434df87fdc03eb0ae49d12d46817f11de3c76e 117 0.04/1.00 vMB 41
702,280 702,280 00000000000000000000fcb9c72101b71a7e227bb623b6d3bacdc5d43b22ee23 115 0.03/1.00 vMB 13
702,279 702,279 0000000000000000000078bc60119ca6d57c2c53cdf2147d11ec5e0515df0bf3 853 0.31/1.00 vMB 19
702,278 702,278 00000000000000000002ecdef1165f0bd53e6967f6e9c51a869dab76125c7d98 1,469 0.79/1.00 vMB 1
702,277 702,277 0000000000000000000bd4c2e6d744ef9f33457eabe2fca9de426bae97607cce 2,252 1.00/1.00 vMB 16
702,276 702,276 000000000000000000032176748d757afb5c1abe7b06196db57a9c5ec8647530 1,319 1.00/1.00 vMB 2
702,275 702,275 0000000000000000000c976293032d98d24bbef5347159c5550b33230ec56ba2 2,824 1.00/1.00 vMB 15
702,274 702,274 000000000000000000093c90c57444213b0d5757f79a6f9f60d764d312c03a0d 3,108 1.00/1.00 vMB 14
702,273 702,273 00000000000000000006ff049aaf6cdc57cbd14ff18fa061627a0222d42b4018 1,555 0.94/1.00 vMB 7
702,272 702,272 00000000000000000003e10d0bff6513cd744fa4ff48044c7dbbb8aef462e719 1,840 0.74/1.00 vMB 7
702,271 702,271 0000000000000000000930e7c2453df679051cc18226ee5a1f9a9192d0fca705 2,501 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.