Loading Tool

Explorer IconExplorer

Memory Pool

38,484 transactions
25.94 vMB
0.05202839 BTC
Random Selection Loading Transactions
Max Size: 134.57/200 MB

Candidate Block

Mining Attempt 8ea18174e0f516b5a3149fe890f17688a166357eb9dba02eb220210a092bd41f
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 20fb4f356d463a813dd0e9e6d84dde52aada416a47ae6add7d45564369bae5c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,916
Size: 1.00 vMB
Total Fees: 0.00472855 BTC
Feerates: 60.16 > 0.47 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (333,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,492 581,492 00000000000000000020381aea7699570baacc6e420f252f0f034ca8216ff43f 2,320 1.00/1.00 vMB 74
581,491 581,491 000000000000000000128e5acbae17718d2063ce95ac3f2f4f899c41e5a6a37e 1,880 0.71/1.00 vMB 36
581,490 581,490 0000000000000000001b9c7d09bf32a52f423941eb1302028f73e44a28cfca59 1,052 0.35/1.00 vMB 39
581,489 581,489 00000000000000000013db7ed7d56b44dafcd01fc4c09f1e5b57749de974344a 2,544 1.00/1.00 vMB 39
581,488 581,488 0000000000000000000a79842ebbe30414ce69880a681d004c599ef079cca6b9 3,042 1.00/1.00 vMB 44
581,487 581,487 000000000000000000039da3fc4e30c5f336002f696a8592ca046e947833463c 3,047 1.00/1.00 vMB 70
581,486 581,486 00000000000000000018530afec3e8b168c75129a320c13b6feb85428e8d436e 1,623 0.62/1.00 vMB 44
581,485 581,485 000000000000000000011d78b6b394f8308d0345d79fae23962a1c3a5c83e4c9 1,863 0.70/1.00 vMB 49
581,484 581,484 00000000000000000005a7ae6edab08bb00900f8c721ec274dd16c17ae3b1b9d 672 0.45/1.00 vMB 14
581,483 581,483 000000000000000000030bd3cd4882a203b77fef8d4aab813f773743c5d59cdb 974 1.00/1.00 vMB 14
581,482 581,482 000000000000000000026f91f53281a2bc7b8c30f96e404bc68e191301daa2a2 2,275 1.00/1.00 vMB 29
581,481 581,481 00000000000000000001060c145cf7e71d98800d04a7ea3b4752f109b251f016 2,968 1.00/1.00 vMB 80
581,480 581,480 00000000000000000010cc886fa49729e28a61b7b4801b132da7d4e05515a911 1,741 1.00/1.00 vMB 26
581,479 581,479 0000000000000000001e1bd3ab17bf575949d63bc690a4ebf0e4bda88e6ded4a 869 1.00/1.00 vMB 1
581,478 581,478 0000000000000000002552a33105738e60a336b3ce2cd98fd0cdb7c4272fae10 1,008 1.00/1.00 vMB 29
581,477 581,477 00000000000000000011c49ff8d70e5e658e9de48a90fbd315524fab0b8611bb 2,660 1.00/1.00 vMB 55
581,476 581,476 000000000000000000255f3d463d2a8f59c745a9e48239bdf69591154feec704 1,753 1.00/1.00 vMB 25
581,475 581,475 0000000000000000001522052d3f28f10b1fa7abb36497d9313ed00f6ecbeabd 2,783 1.00/1.00 vMB 33
581,474 581,474 00000000000000000013efbac4b40745c08cd3340a1e78cdb925683c8141bf2c 3,233 1.00/1.00 vMB 99
581,473 581,473 00000000000000000022a748fe93d6c5a884261de136c8daf71cdc26b4e2ca99 1,159 1.00/1.00 vMB 23
581,472 581,472 000000000000000000010112c4d0616537ba6dfcfa0750abe4f1cc48df577847 1,346 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.