Loading Tool

Explorer IconExplorer

Memory Pool

42,261 transactions
19.62 vMB
0.04225794 BTC
Random Selection Loading Transactions
Max Size: 111.00/200 MB

Candidate Block

Mining Attempt bf93079bdf93b411d79dfef2317402c8b994fc3212d7428bffb9f996e13b96ba
Version 20000000
Previous Block 000000000000000000018874f947c54f57812b49683cdc24268b3f6b0182883c
Merkle Root f8094faaa0bb882bcef66250cf6e0ffad5ab93914db500a07eaeeac13e36335f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,067
Size: 1.00 vMB
Total Fees: 0.00415288 BTC
Feerates: 301.57 > 0.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,953 (771,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,366 142,366 000000000000036c41b227eee2204b19c8db7f48ef23cbe984b70b432d662cdf 17 0.01/1.00 vMB 120
142,365 142,365 00000000000008d9280326bb83053df694844499b2385c3ccb4d5a93016868af 19 0.01/1.00 vMB 156
142,364 142,364 00000000000006423dbb44761cf3e387d8a1a33f6a3aac423eec0e8e9d3feee3 11 0.01/1.00 vMB 274
142,363 142,363 000000000000022e3b4ec261114dc212125967c5a5171ab9dc2db860c20c7882 10 0.01/1.00 vMB 51
142,362 142,362 0000000000000911387b14d297998a20e074ea51a69cdd0860a714e16b1607b5 15 0.01/1.00 vMB 37
142,361 142,361 000000000000079e49527bd5b91391bce2d6f4686900d8b91db9a6df1d3a9262 64 0.04/1.00 vMB 227
142,360 142,360 00000000000006f9a6917e7a685b6c44ab2cdb3c6450b424ffa6c816b4d3296f 30 0.02/1.00 vMB 167
142,359 142,359 00000000000004235a858dae7951a410387eef510a06faed4e8a2893588c361e 60 0.02/1.00 vMB 72
142,358 142,358 00000000000007730b4ea64a3a6aa968bb1ca63fd97cd547876ea7ed52d8435c 134 0.04/1.00 vMB 172
142,357 142,357 0000000000000743c432f84ad688b7b60d1474ccd7baa3d762df0b3f51205712 1 0.00/1.00 vMB 0
142,356 142,356 0000000000000880525394362c00eaa68d6ed395ba64553615cc6b1b6852af8f 41 0.02/1.00 vMB 346
142,355 142,355 000000000000023a39d1e2037c42be5a8dfcc531c8e984b1d24f060c2bef68a9 64 0.03/1.00 vMB 47
142,354 142,354 000000000000045a46668d2d58aba3c4749c23dbef2f15a5592b3beac863d32b 67 0.03/1.00 vMB 193
142,353 142,353 0000000000000638a5c5d150bbc2fdcd205425459f2b3e7622bd3d23fd65158f 10 0.00/1.00 vMB 471
142,352 142,352 00000000000008fc6cde47cb0629e104ec840262e1cabaf9e0f60e6206ac72a8 126 0.04/1.00 vMB 129
142,351 142,351 00000000000008b95ec158da5eee756be626db62c807049d04aa4aed8d9c328f 23 0.01/1.00 vMB 110
142,350 142,350 00000000000007e6448d69d98eda1dabbab8b42c7a7e745ff7c1e83fd210afff 36 0.01/1.00 vMB 148
142,349 142,349 0000000000000784edff1d2eb7cf3f1bb6a9e783666f744bab08294bda5ead6a 11 0.00/1.00 vMB 71
142,348 142,348 0000000000000341e5a3293e840ac52619c4604351c6efd12bf0a62a7be5b83d 71 0.03/1.00 vMB 239
142,347 142,347 0000000000000622a6a887b867af103a040f9bca8da1044b211577a7805c1023 81 0.02/1.00 vMB 0
142,346 142,346 000000000000038d6ad7436e8195ebd567c9edca452f6a2d2dce30faf6c6ad97 28 0.02/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 780.53 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: 535.15 GB
    • Received: 5.89 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.