Loading Tool

Explorer IconExplorer

Memory Pool

42,054 transactions
26.77 vMB
0.06137480 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt 2e234000c314b3d94eb5d7b1abc5cb8a3af490440ad74c7171233d2650851e74
Version 20000000
Previous Block 00000000000000000000dbff82779b294ccb8ffef3251a2f04537190df676bc3
Merkle Root a12d1716fbca3b2775645363234cc2781859ed65ecf107fd42c32bc3b84e1c7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,594
Size: 1.00 vMB
Total Fees: 0.01178149 BTC
Feerates: 500.44 > 1.18 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,940 (336,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,488 578,488 00000000000000000015e06b7f989781866750fe1e7ba31d23748a0811c0a4d3 2,387 1.00/1.00 vMB 51
578,487 578,487 00000000000000000027aa1730e1ada8e08d5976067200c67dfefd1853965f15 2,755 1.00/1.00 vMB 116
578,486 578,486 0000000000000000000674cfc70d4f2de94794c74e478c81883601b81289e878 2,513 1.00/1.00 vMB 114
578,485 578,485 0000000000000000000ba5aceb179b3a7a343292ac37c321cc55f31b8877296e 2,377 1.00/1.00 vMB 89
578,484 578,484 000000000000000000129cf54547e4824c5f22ae8ecd87a31ca3283691fcaf48 2,491 1.00/1.00 vMB 144
578,483 578,483 000000000000000000049deb7a1c114608614ac2e96ce3d7cab18eb709ff7690 2,093 1.00/1.00 vMB 41
578,482 578,482 00000000000000000026779900f1a745ead6354e538f8aebc10f5efd5dfde56f 2,662 1.00/1.00 vMB 17
578,481 578,481 0000000000000000001c394f636145d46e32fc761de48cbb669c3ce533b5a57c 2,176 1.00/1.00 vMB 113
578,480 578,480 000000000000000000023bef769a6b446f2dc02041cb60ec0f608e235cff25f4 2,502 1.00/1.00 vMB 97
578,479 578,479 0000000000000000002775db62ac8c4f1e348e712dd20a8e7b17df4e3ad5bdd1 2,511 1.00/1.00 vMB 124
578,478 578,478 00000000000000000024094eee35bd322c9fdd06cc6c8eb15443d95afedc68cc 2,578 1.00/1.00 vMB 149
578,477 578,477 000000000000000000095293f40d682f31134cc30b42905e9f8f8b3ba05846eb 2,541 1.00/1.00 vMB 149
578,476 578,476 0000000000000000002145603edd9e65e4e6f7f220d8d69c6f2a46d610bbdc2a 2,443 1.00/1.00 vMB 24
578,475 578,475 00000000000000000022f97623c936a6adf3575eadf0b495d97d8bba240e7eee 2,584 1.00/1.00 vMB 49
578,474 578,474 00000000000000000001e268aeddf92ef4ca457caf3a23164d9b54392cf3a0af 2,722 1.00/1.00 vMB 49
578,473 578,473 000000000000000000061947b599538b5a33c059a1044c85a02729caace59c52 1,894 1.00/1.00 vMB 109
578,472 578,472 0000000000000000001f7484b1866479eb7dcc701661c04e419670e6d21e8f67 1,489 1.00/1.00 vMB 98
578,471 578,471 000000000000000000196dabb9bd93daf57ff2ee5f3f8a274bf0b0ecde1e6e23 2,234 1.00/1.00 vMB 126
578,470 578,470 000000000000000000006483cb4f2a3a8b5e8b33c1f9cfc3531f05801f6efeb2 2,526 1.00/1.00 vMB 130
578,469 578,469 00000000000000000018b1f49158c099d643b78c7cf753d3ddf33437e4f186ae 3,422 1.00/1.00 vMB 180
578,468 578,468 00000000000000000002f5f81157ca90ac53db3cd76740876d041e4af5037152 2,038 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.28 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.91 GB
    • Received: 14.44 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.