Loading Tool

Explorer IconExplorer

Memory Pool

30,800 transactions
27.65 vMB
0.08253455 BTC
Random Selection Loading Transactions
Max Size: 151.80/200 MB

Candidate Block

Mining Attempt e341718e3b3ee90b605d960dd083b7c2b878b18eb9919c4ff6a32a5d2e9b9dd6
Version 20000000
Previous Block 000000000000000000005d1a1d7ebadf91692834982192f6aadfd8ca0aae18d2
Merkle Root 7567487000fce539d21434b2b3cc1c7314b2b1f7aa5d66e92a5fef438e496833
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,850
Size: 1.00 vMB
Total Fees: 0.04566130 BTC
Feerates: 1,096.15 > 4.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,286 (673,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,514 265,514 00000000000000044190e2141964097f787913d734f154d516c06c141e17e1e1 114 0.05/1.00 vMB 95
265,513 265,513 000000000000000563f8f362ef576f5dfab79ece79fd1db1336109190eb6607f 72 0.03/1.00 vMB 67
265,512 265,512 00000000000000024a926bcdf089952dd108ef80004d9368accb75b9a21576a7 83 0.05/1.00 vMB 44
265,511 265,511 0000000000000002b8978630279cc84becd51b3e174ed9bbaddc675f9661739a 79 0.03/1.00 vMB 139
265,510 265,510 0000000000000005be5b8cea58c58e0cecfb3fbe29ebd4dea9ec9b304ee522a7 111 0.15/1.00 vMB 20
265,509 265,509 000000000000000a4f87d8b4701ec83e80fa27191371ce34b836e208ec7e4867 357 0.15/1.00 vMB 71
265,508 265,508 0000000000000001fe6d8bd9064acd095315725fdb34561a378d7ff44e091886 397 0.16/1.00 vMB 117
265,507 265,507 000000000000000235304e81cf10d7a7e6bfe0506b7ad1002ccdd8d328cdb5ad 311 0.12/1.00 vMB 119
265,506 265,506 000000000000000ce08f61e6bb82d9d78065f66c63d31917cd9437ab2527a580 219 0.15/1.00 vMB 42
265,505 265,505 00000000000000037c1320fd91ae9e75994630b2c16a393c413e32c8bfb0a4fe 480 0.19/1.00 vMB 132
265,504 265,504 000000000000000f0ca47675157ca0f820f164150a5275bffe1ef2d7fafe09e8 33 0.13/1.00 vMB 15
265,503 265,503 0000000000000007237600be3a0e2d276a01ba388e0a3a2bfd979d8749b8a1df 326 0.13/1.00 vMB 118
265,502 265,502 0000000000000005e842e500ce1bf916543e54f3f4783cbc5380169122f136f9 279 0.15/1.00 vMB 86
265,501 265,501 00000000000000032f43aa448c23bacc7cce5f1534cc33bc41141df8d34ef70a 300 0.14/1.00 vMB 128
265,500 265,500 000000000000000be5473562d0da2f4272bab0ce3ede36e1a10f9b7556b3a652 583 0.25/1.00 vMB 122
265,499 265,499 000000000000000b88899b076b22fc5608a497e7362d4d0035de5d53872991c4 92 0.05/1.00 vMB 96
265,498 265,498 0000000000000001274d8385906796d8da55b9de5d7e66e6bb81ea3ea7ba7e9b 89 0.04/1.00 vMB 82
265,497 265,497 0000000000000004f635cc90e068e2c881b471871c7f4c5623e6c906d9f235e3 410 0.16/1.00 vMB 110
265,496 265,496 000000000000000b2a3b66b52410937e41e276eb5760977d0a0a1cca0b9c48ea 26 0.01/1.00 vMB 147
265,495 265,495 00000000000000042736332ed53a0297e60e61b6e81f4dccc5eaf40b4ee9c0b9 113 0.05/1.00 vMB 119
265,494 265,494 00000000000000016ff67d8f6975b1a0542e66f59b39a6b690a567fdb9e57b6e 144 0.09/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 825.43 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: 4,248.09 GB
    • Received: 233.59 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.