Loading Tool

Explorer IconExplorer

Memory Pool

69,645 transactions
30.95 vMB
0.08217182 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt bc6dfbc07577a3bf8a7c584a81f1ad3d53adc6ba4e0150abdd63bd83ff0cd93c
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 31c632786f3890fcaf23da7e2bc54c7c181cad1cd91658c7176b2d7c7387f4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02149876 BTC
Feerates: 150.93 > 2.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (375,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,260 539,260 0000000000000000000e8d322fbe906a7bf4020e13fc9b9bb5cd5269c572f201 241 0.07/1.00 vMB 31
539,259 539,259 0000000000000000000e3b3cad6c294de6a6df2fcdadde8ea0c47b672cdd5b6d 2,230 0.72/1.00 vMB 22
539,258 539,258 00000000000000000004d060d1a9923f56d56f5be158a5022d837ec51c5a6c68 25 0.00/1.00 vMB 15
539,257 539,257 00000000000000000025167e72268caa2f4e88fd7226a593ab5a48626d4c1517 1,544 0.56/1.00 vMB 30
539,256 539,256 0000000000000000001d5f6d4bab8666c90fb27c6c9d420ed5e5258345c06d54 291 0.10/1.00 vMB 15
539,255 539,255 0000000000000000001a4d3251c83dd41a0b91d3a48908ff9106fbb987025c01 2,171 0.71/1.00 vMB 22
539,254 539,254 0000000000000000000a6f1cd4424daff4fe6d8afbac28fc1812422251ff500f 1,893 0.60/1.00 vMB 21
539,253 539,253 000000000000000000188108d5c9769f6cafed4a8007e8c2c0ae831cd78c392c 232 0.08/1.00 vMB 18
539,252 539,252 0000000000000000001c2acc61de448b5ca0c37604276094fcda684a2536ef9b 1,325 0.43/1.00 vMB 15
539,251 539,251 00000000000000000020f472b93581183079553f3aa2181b1ac4f3706e836f17 975 0.36/1.00 vMB 31
539,250 539,250 0000000000000000001f169a32f257e4b962a107965ba14e474c9d2ea674501f 32 0.01/1.00 vMB 13
539,249 539,249 0000000000000000000d88482471854a36a4f0cecfc8158d3b499e677b5a3630 411 0.16/1.00 vMB 16
539,248 539,248 00000000000000000010a2889fecf7f697b7fa46c9e560baa42384dba851dff0 2,721 1.00/1.00 vMB 14
539,247 539,247 00000000000000000022b3b57837cfa0c0c4e32cb3917c1b04b3a3225a66f033 2,923 1.00/1.00 vMB 29
539,246 539,246 0000000000000000000665efb5dafc75715dfbc28d1e97808115b7da8772f993 2,910 1.00/1.00 vMB 15
539,245 539,245 00000000000000000023c38f5a8ce5ea875161df3783897f2d5b7e6f6ff22d24 2,681 1.00/1.00 vMB 34
539,244 539,244 000000000000000000148185eb99cea26fee4891c0ed5647a574cbd09f8f7324 42 0.03/1.00 vMB 13
539,243 539,243 0000000000000000002808b0fe50fe9ee23bb1b5e8317f0579cb387d4de09178 715 0.32/1.00 vMB 26
539,242 539,242 00000000000000000011484062e9fc963de19584a055f1e241514fae1039df4a 652 0.23/1.00 vMB 23
539,241 539,241 000000000000000000198a4469278fa0f80325b2af95d8e3d6b037658aed7367 342 0.13/1.00 vMB 18
539,240 539,240 00000000000000000021e3c8b2e642f7894a09db067949d5585d1b38a767c4f1 1,039 0.92/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.