Loading Tool

Explorer IconExplorer

Memory Pool

87,763 transactions
22.95 vMB
0.06510631 BTC
Random Selection Loading Transactions
Max Size: 156.34/200 MB

Candidate Block

Mining Attempt 0ae0198744aba130d438e00e8ae538a2129ba9a9dab5b59207e60c4e7f4181cb
Version 20000000
Previous Block 0000000000000000000007a9dde7e7c880c2610a84f6cc8d7b11b9a2073cced1
Merkle Root 6841ee906a9815a22d2dcae3e357bc270aa26d7680aa72affc9f2c239056dd20
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,253
Size: 1.00 vMB
Total Fees: 0.01381130 BTC
Feerates: 104.17 > 1.38 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,871 (880,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
35,451 35,451 000000004cafb15e7b911617ed21a7656b32cf96eb695732b306d8cb9cae5280 1 0.00/1.00 vMB 0
35,450 35,450 00000000b215a4a4143e4f2132da78cc8eab96c7ada708aaef12de7ec135b5aa 1 0.00/1.00 vMB 0
35,449 35,449 000000005a8a7e077f1bdd6792301c7950aafcd19feb35bb803b5e54aee98bec 1 0.00/1.00 vMB 0
35,448 35,448 00000000b7cde034a7c05e9cf8677269eda818f60ff0e3e1df1c396d183b107b 1 0.00/1.00 vMB 0
35,447 35,447 00000000aa115288421523606d36bf8ac3f303613bd9343eb4c71f3942118b32 1 0.00/1.00 vMB 0
35,446 35,446 000000000a202570a6507a50394b1301eca8bedc22af94b8c4c255a7d956008e 1 0.00/1.00 vMB 0
35,445 35,445 00000000605589e0882339e515f53980dd300f3a1bf42e107dd7f85fcbd2d964 1 0.00/1.00 vMB 0
35,444 35,444 000000008665d42ab0e167ac658bc66698d33365be2b3ba23767c3b5f604b56f 1 0.00/1.00 vMB 0
35,443 35,443 000000001b596a276fb7084e67a8684ce9f2ad3546f6f94fde53fde1f7ff8bc2 1 0.00/1.00 vMB 0
35,442 35,442 0000000043ffdfd0bf93f535eed851225d1976f510caee0af984eaf41be276fb 1 0.00/1.00 vMB 0
35,441 35,441 000000000c3169a204701360011a2be2b427495269382ef8138a62c198dfd4c2 1 0.00/1.00 vMB 0
35,440 35,440 0000000035bda6911be8d1436d1131e22898e9b98e743e357bddb07b35385fd3 1 0.00/1.00 vMB 0
35,439 35,439 000000007f2c694fe88877f9c570fd18cc1a0863be5e25d8a5fd37ac3c4df5c2 1 0.00/1.00 vMB 0
35,438 35,438 00000000684460c6d68baf5d3b209a8b0e6d107ec37b9f18ce3708b93990ba5c 1 0.00/1.00 vMB 0
35,437 35,437 00000000748769f77387d02a32e59873cbdc838dfd52d5e51fa8d5dc79eeb042 1 0.00/1.00 vMB 0
35,436 35,436 000000000916d55b3b995e1e16c076468583835ad76f19c59432e026c4f3e709 1 0.00/1.00 vMB 0
35,435 35,435 0000000066b10d952e1c40b13eee13f25113d182d027e50470ba3388319fe93f 1 0.00/1.00 vMB 0
35,434 35,434 000000002fdbf5e29cb1315c8b3cf89231f989440bf5562db3b23bbff1766aa7 1 0.00/1.00 vMB 0
35,433 35,433 00000000332d926f8b45db611dc99b31a307d99a3fa1c3c2b7bbbcb350f1a87f 1 0.00/1.00 vMB 0
35,432 35,432 000000000f40928af4d1d560b2e60afc58995aa367938f775d1376b8c62f0dec 1 0.00/1.00 vMB 0
35,431 35,431 000000009bc194cff8ac4a82b17a65ba3e785bf7677bccc80de3237a46813b9a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.88 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: 795.23 GB
    • Received: 22.10 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.