Loading Tool

Explorer IconExplorer

Memory Pool

75,104 transactions
20.30 vMB
0.04958554 BTC
Random Selection Loading Transactions
Max Size: 136.72/200 MB

Candidate Block

Mining Attempt d6ae3de15e570f5e34d141cf322a82801b2bcebf58984adfd2f4ed11c451cb78
Version 20000000
Previous Block 000000000000000000019094cb7685061ac016d9a02e63e038324c39e83d6161
Merkle Root 854801ddbf31a525f031e59786a03912e2ec44d42494267ff771bdfee3a5f5ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,314
Size: 1.00 vMB
Total Fees: 0.00521281 BTC
Feerates: 40.21 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,035 (888,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
27,101 27,101 0000000037ae36b226bd54b3994855b81da299aff9042f5115241878b5d934cf 1 0.00/1.00 vMB 0
27,100 27,100 000000005fc9d585503fa5b1a23c73cbfc9d6e4dc6d6043af2b6b34c002d3f30 1 0.00/1.00 vMB 0
27,099 27,099 0000000052e3ef680b80d1c8c124493b0b30657b22af6b5f8fc1e70a6ccf6d0d 1 0.00/1.00 vMB 0
27,098 27,098 000000004eebc2eddeda116d89680878707c1cfc168cf4eb59970ed3da4c7b99 1 0.00/1.00 vMB 0
27,097 27,097 00000000d27dcd710334eedb3eb62f6abe6a5b0e1ac57858ee5b58a7da1872b2 1 0.00/1.00 vMB 0
27,096 27,096 0000000028d34ce6d33486bef43fb00f15029b1edb8781d1d4ab9bb2f29ce749 1 0.00/1.00 vMB 0
27,095 27,095 000000009c600ad616f716afb0d4e07a4504bebf8c4f20dfeeff633aebfea478 1 0.00/1.00 vMB 0
27,094 27,094 000000007ffc48ff80d9f225760072567185322caa0341bda2f1148bb19d9a84 1 0.00/1.00 vMB 0
27,093 27,093 000000003687c1df0df2d8dc0401ee6115d837eb365a7f15df96eea48a7d88d9 1 0.00/1.00 vMB 0
27,092 27,092 00000000af956a1d8dbe39517448210b2e769464fb659105efb62e35e789098e 1 0.00/1.00 vMB 0
27,091 27,091 00000000cf6ef1f7a89455b4e49931c1e6d0d61638d7fdcbd0f4d760af95bf1d 1 0.00/1.00 vMB 0
27,090 27,090 0000000045adeae569500995ef07321dbdf6ec819f4c7dcae0580c51233f1423 1 0.00/1.00 vMB 0
27,089 27,089 0000000085e6a77d61494a28eb64d91875c9ae1bf5d08d56d5bb7eed3ecfa316 1 0.00/1.00 vMB 0
27,088 27,088 0000000065776308853faaefc7886a861241a7aa6372d3bac14e1c5bfcf0f9be 1 0.00/1.00 vMB 0
27,087 27,087 00000000ba0cd00cd43b63d81b415318749a019c887835fd6a9cd3897f72f9bb 1 0.00/1.00 vMB 0
27,086 27,086 000000005848afbb14050250313c9f4caeeeade0c9807aab1ea4ba4c2dbe4eff 1 0.00/1.00 vMB 0
27,085 27,085 00000000fd6c2d871b3b699fc4912108b693b1aa608b688605297772643a9fba 1 0.00/1.00 vMB 0
27,084 27,084 0000000018fd5e0140817f274d9d1d6ee7ab412bd00e8b183bfb501e67fc5ed3 1 0.00/1.00 vMB 0
27,083 27,083 0000000003b2ca05bc635a32e19a00bb57d8478f3954e2ad8aee1686b889e783 1 0.00/1.00 vMB 0
27,082 27,082 000000005b609119638beadcad9f2ed2f571714847bc11076f9cfe46dc6e9566 1 0.00/1.00 vMB 0
27,081 27,081 00000000df34689173a1c2dcb39a04575cf6cbdb8ca3ed03a41f76c2af9a724d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.18 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: 811.64 GB
    • Received: 23.57 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.