Loading Tool

Explorer IconExplorer

Memory Pool

80,464 transactions
30.15 vMB
0.09055071 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 4080db37d65e6325744429d9e760b78bde1d72cd9b64d3c0b8280566de99b665
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 3a2c13097aeb9a2b5ac94258e6b345ba98f9f696d3b1b250d2d5d0786c6c73f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02878090 BTC
Feerates: 301.07 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (559,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,556 355,556 00000000000000000e4c8162192c53d8c1a61cafb1a63099959d2c03f442f330 1,481 0.75/1.00 vMB 24
355,555 355,555 00000000000000000a74f71d243ef863f322fe5d0b1d97e768399f8e2cedab94 2,629 0.75/1.00 vMB 37
355,554 355,554 000000000000000014acce38b6ff3eb2a5cc5c6a600c739323b0f68fb6b19b7d 582 0.17/1.00 vMB 109
355,553 355,553 000000000000000008dbf816db8f3bd2dcd0e2a5148756ababce080784512d32 357 0.19/1.00 vMB 24
355,552 355,552 00000000000000000a29b9152449f55d66303a975537aae03a5e32fdff301719 1,158 0.53/1.00 vMB 30
355,551 355,551 000000000000000016b869d36fd798dc3c7b71c0d943d3201016894f15df6b86 1,172 0.55/1.00 vMB 28
355,550 355,550 000000000000000009a23cedafaa7b342d8d831daa9c5bf9e658317f96e7fcbd 1,251 0.78/1.00 vMB 22
355,549 355,549 00000000000000000afae1735dff8b9dcfea6c9248315c9a357044e68709626c 244 0.14/1.00 vMB 24
355,548 355,548 000000000000000008162edbdfa1451bbba7aff2f8ee8354368cb0a7bd536ff1 1,098 0.60/1.00 vMB 27
355,547 355,547 0000000000000000033d9c9628dce2ba00de1b359fb4a1db8f80dff40da2487e 604 0.34/1.00 vMB 24
355,546 355,546 000000000000000015123d68c2ef7bb2b5158c3d1d0355daa90161ed3381c496 219 0.12/1.00 vMB 26
355,545 355,545 000000000000000014b3be0569a6be4a214787b5ece0a8bd80d285396801ff22 313 0.20/1.00 vMB 24
355,544 355,544 0000000000000000162c6b5be5499277c24fe11de256a9c2ad81caefd1defe4c 257 0.15/1.00 vMB 20
355,543 355,543 000000000000000003f8f9010338a9b39a78ab955144669539cbb80038a96b30 943 0.58/1.00 vMB 27
355,542 355,542 00000000000000000f53e2d214685abf15b6d62d32453a03b0d472e374e10e94 164 0.07/1.00 vMB 30
355,541 355,541 00000000000000000ede57128787e448fb8908ba49c9be1321365da37a1ce7f1 1,407 0.74/1.00 vMB 27
355,540 355,540 00000000000000000ee99382ac6bc043120085973b7b0378811c1acd8e3cdd9c 845 0.42/1.00 vMB 29
355,539 355,539 000000000000000009344ba165781ee352f93d657c8b098c8e518e6011753e59 552 0.32/1.00 vMB 29
355,538 355,538 000000000000000005c358974430b79fb5326ab1df32fb2cd2d9887ddbaff08d 190 0.15/1.00 vMB 18
355,537 355,537 00000000000000000ee3f271894f9783e2f85b8f3c9057056ba62dcb786c72a1 196 0.14/1.00 vMB 28
355,536 355,536 000000000000000003c2ad3f72cd52f6ed99b4f63aa8f8a8a760c65b12ef262a 625 0.40/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.