Loading Tool

Explorer IconExplorer

Memory Pool

40,481 transactions
27.83 vMB
0.07073923 BTC
Random Selection Loading Transactions
Max Size: 142.79/200 MB

Candidate Block

Mining Attempt caf3f7d2f4bce572755c47f59f856d4543d18a06c1e878734a7ca61d72f1eb82
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 9bd7cb08b0401ac9041e4b5471a62f3aafbb2312a8d4a5760afd86c6a6ef9512
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,122
Size: 1.00 vMB
Total Fees: 0.01738321 BTC
Feerates: 101.49 > 1.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (236,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,596 678,596 00000000000000000005d3312bdb3f95cccc57a446f39171a85a67d422408d04 2,553 1.00/1.00 vMB 73
678,595 678,595 0000000000000000000583154c3df72eecbadd2c96f3735dd8bb64f355fd1210 2,586 1.00/1.00 vMB 76
678,594 678,594 0000000000000000000255ba3e827cfc4a51ca31e40569147a799cd54a97539d 2,746 1.00/1.00 vMB 85
678,593 678,593 0000000000000000000892fb095f3722d4365470aa7ab356137d761da68ca99e 1,652 1.00/1.00 vMB 97
678,592 678,592 0000000000000000000b2c373604673e06617275aab220002c8fdef017c4d4c9 915 1.00/1.00 vMB 92
678,591 678,591 000000000000000000039313000cdcb2f190cf78ccc67632361a799ab5aa557c 1,446 1.00/1.00 vMB 81
678,590 678,590 00000000000000000008d553126e711d3f43dadddc1e78998d60bbf5d0196b9d 2,235 1.00/1.00 vMB 65
678,589 678,589 0000000000000000000b7c110447a2e13ad0c8a82095fe9cf0c652b9f7695410 3,161 1.00/1.00 vMB 95
678,588 678,588 00000000000000000005f83a71fc1c2a37fa0a4069318f649a2c1bcb1d690993 2,556 1.00/1.00 vMB 29
678,587 678,587 000000000000000000041e7dda5945141a07a1eeefaa608a956053f446507b6a 2,296 1.00/1.00 vMB 76
678,586 678,586 00000000000000000009d192991a0de43beb01506d3810502fc48b45d438b5c4 2,776 1.00/1.00 vMB 67
678,585 678,585 0000000000000000000866668fb8ef821932ec75bbba256be6b3ab92680e72ea 992 1.00/1.00 vMB 88
678,584 678,584 000000000000000000029195d641dd99aa427505b5a5ed77df3be82505e726a6 1,781 1.00/1.00 vMB 98
678,583 678,583 0000000000000000000acbf67cdfa1ebadc0781e10e7d5ed9d332a2f829ac8d8 2,425 1.00/1.00 vMB 101
678,582 678,582 00000000000000000006db3598dff72f251249fa6446c656ff7d50ea37022c52 2,481 1.00/1.00 vMB 60
678,581 678,581 0000000000000000000c17a5ae722fa4e5c0327fbe3acf1aae2455a4a956ca02 2,712 1.00/1.00 vMB 102
678,580 678,580 0000000000000000000b492d50e24bc3b0e99ac37c8b6ff37b3a0a612fb055ad 2,098 1.00/1.00 vMB 12
678,579 678,579 00000000000000000009eea79769ca8d7202bccdb2c3dada8d50a00cdc4ef62c 2,003 1.00/1.00 vMB 26
678,578 678,578 0000000000000000000998c94c3f8f6c610407e56cc39448d3e4ef78b2e3f125 2,219 1.00/1.00 vMB 20
678,577 678,577 0000000000000000000ae581ff3091c83cb319bff0808f7577b778c80835dc7c 2,314 1.00/1.00 vMB 32
678,576 678,576 00000000000000000003ad35d03e61e9b6ea8cec3111c2892bf0daaa27cc26bf 2,781 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.76 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: 632.52 GB
    • Received: 12.12 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.