Loading Tool

Explorer IconExplorer

Memory Pool

75,987 transactions
29.64 vMB
0.09692313 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt 9f5cb0ab1a7a71b5c0368dac938e4fbfffecf81cc5b4c0c6a9035e3c00a06b61
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root a04940cf8ee8ce1b247cac413fd0f0fd6344cb80fb6ff266f7bca52c306e4449
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.02824173 BTC
Feerates: 147.99 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (86 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,358 915,358 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f 1,748 1.00/1.00 vMB 1
915,357 915,357 00000000000000000000d1d2ad17fc19c6d3c0ce75e637dbcce014786420ab4b 1,383 1.00/1.00 vMB 2
915,356 915,356 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef 1,172 1.00/1.00 vMB 2
915,355 915,355 00000000000000000000826e50a2c1bb5f4637f0c5e5d3dff1c4c7cc4e5a21af 2,302 1.00/1.00 vMB 2
915,354 915,354 00000000000000000001fa11650b686dc4d0b0cd23073601665d3111fb121383 4,007 1.00/1.00 vMB 5
915,353 915,353 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97 3,406 1.00/1.00 vMB 4
915,352 915,352 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081 4,842 1.00/1.00 vMB 0
915,351 915,351 0000000000000000000198d7caeef7f0a55a8e55af36b9fb147cfa8256d204a6 2,002 1.00/1.00 vMB 1
915,350 915,350 00000000000000000000c6a5ef862f60254cf87fcd565eed18945ad2828f92e7 2,653 1.00/1.00 vMB 3
915,349 915,349 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2 4,754 1.00/1.00 vMB 0
915,348 915,348 00000000000000000001844886a1ec6e3550f79103e71b8cea4b5db3af32000f 2,024 1.00/1.00 vMB 1
915,347 915,347 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d 935 1.00/1.00 vMB 2
915,346 915,346 0000000000000000000040a9f69c7c39cb85beef71f69027a03ca98359d4a67d 2,510 1.00/1.00 vMB 3
915,345 915,345 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4 2,308 0.77/1.00 vMB 2
915,344 915,344 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328 3,775 1.00/1.00 vMB 1
915,343 915,343 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6 1,248 1.00/1.00 vMB 1
915,342 915,342 00000000000000000001337474d7c077c582733fc9b861186985eae0800fcf91 2,323 1.00/1.00 vMB 4
915,341 915,341 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d 679 1.00/1.00 vMB 1
915,340 915,340 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19 994 1.00/1.00 vMB 2
915,339 915,339 00000000000000000001f05e8cc23d696cae40de9f163b230f36285173964d24 2,057 1.00/1.00 vMB 2
915,338 915,338 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd 3,478 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.17 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: 748.32 GB
    • Received: 18.79 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.