Loading Tool

Explorer IconExplorer

Memory Pool

78,989 transactions
29.24 vMB
0.12141991 BTC
Random Selection Loading Transactions
Max Size: 176.38/200 MB

Candidate Block

Mining Attempt 8d80065ef5e05c9dc2755db7b5f10bb6d6fb69c4e2d926c94f7bce29b43d7121
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9a7f042341f58620a9f21bf4bfe402708a3a3f016b587cfb86e1ea7e9408dfbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.04418368 BTC
Feerates: 150.80 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (50,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,217 865,217 0000000000000000000159edcaac9e2c32f0e9ca71f3e3215a76dd0b6ac37903 4,484 1.00/1.00 vMB 29
865,216 865,216 00000000000000000002a79def16579f9f8427e85c9316b3ecc950ba13ec48bf 4,868 1.00/1.00 vMB 26
865,215 865,215 00000000000000000001fcd4d54b67ff5ab59d3a6e1fdc37ae25e5a9dde29fd4 4,495 1.00/1.00 vMB 29
865,214 865,214 00000000000000000001b85a9e2c2f7d29c4ae1da70f7fdc24c7b6b30124fc59 4,097 1.00/1.00 vMB 34
865,213 865,213 00000000000000000000b382355fb1ada19a706c663cee1b9d0a7c0aaca069cf 4,101 1.00/1.00 vMB 33
865,212 865,212 000000000000000000023d9e9dae145fcfc1825bab10a5965ba8a1e0119b2a48 2,486 1.00/1.00 vMB 36
865,211 865,211 00000000000000000000c2e7d6e62fc35795b808d9155e6d6421dd88df684a39 2,918 1.00/1.00 vMB 42
865,210 865,210 00000000000000000003083a5a8ad9a39fc24beb12f281793e7c2d88a6700541 3,090 1.00/1.00 vMB 42
865,209 865,209 000000000000000000028c3e3345547869fe259c4a69f16efbe235207c6768fc 3,969 1.00/1.00 vMB 45
865,208 865,208 000000000000000000003d9575218470d3872934011a83e45ac390edea03a968 3,900 1.00/1.00 vMB 46
865,207 865,207 00000000000000000002fd9380d7d6d6bacad6dd5a7bffe881ac966cd40cfd1e 2,022 1.00/1.00 vMB 39
865,206 865,206 0000000000000000000243ecaf364a86f49f240b31b7b85415bd0c68996972a0 2,515 1.00/1.00 vMB 42
865,205 865,205 000000000000000000008fcebf45bb6d34ad771d29ec97da2f2ac2cf64740717 3,266 1.00/1.00 vMB 48
865,204 865,204 00000000000000000001c1903ef565ee338f138701ac829d851004d467ecd54b 3,344 1.00/1.00 vMB 45
865,203 865,203 000000000000000000016f1622270d2f99ef30ca608667efb264bbf9029ccf27 5,209 1.00/1.00 vMB 47
865,202 865,202 000000000000000000004fb37570b77ad8cac358506dc03ee7bb38ab69f143d9 4,451 1.00/1.00 vMB 44
865,201 865,201 00000000000000000001e7b7ff8acaf71c3eb0ff6f9e66b55f2b69f6bfe00371 5,240 1.00/1.00 vMB 47
865,200 865,200 000000000000000000027a3935796b56f91f7823fd67a6080db27219b3d61926 4,635 1.00/1.00 vMB 49
865,199 865,199 000000000000000000019bf0097b0952936e599c705dc7d39601d619e9a07362 3,407 1.00/1.00 vMB 46
865,198 865,198 00000000000000000001637129a3daaaba34f45c88367524857c45fd6d36b4f3 3,535 1.00/1.00 vMB 46
865,197 865,197 000000000000000000021e00fb55f42183df7e21170a042ad624400c495d2abe 3,949 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.