Loading Tool

Explorer IconExplorer

Memory Pool

74,637 transactions
27.59 vMB
0.07303718 BTC
Random Selection Loading Transactions
Max Size: 168.15/200 MB

Candidate Block

Mining Attempt 6a2e7fdd30147fd97d76e2068c0126b4f921f131bf3119f094da9dd69f7d4f3f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ba95efe8e5df5a2a7f13b3c0459077a31446c84a71ae1fdaedc4e8380fbaa3ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.01409676 BTC
Feerates: 150.80 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (635,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,038 280,038 0000000000000002659811e6b3a045b227018f8d55434b20caf170bd3524c06d 73 0.03/1.00 vMB 133
280,037 280,037 0000000000000001dfc6d7943478e5b127acf51d86db1838259ade4204987d4b 221 0.13/1.00 vMB 30
280,036 280,036 0000000000000001e3f23a11690abdc9c4ab69abbb1cda7911996389af3d9bf3 16 0.00/1.00 vMB 88
280,035 280,035 00000000000000006ad668d937235914a125d1057701bed54c733df49d7e43cb 326 0.18/1.00 vMB 44
280,034 280,034 00000000000000021b436f24630f005f12e4bb1175a60417ddaeb8cf34eabd4a 60 0.03/1.00 vMB 30
280,033 280,033 000000000000000228fa6eac3c46323bba413e27da425e48d8aba3e25552a12f 358 0.18/1.00 vMB 54
280,032 280,032 00000000000000007e5245efba2d4bafc3ec5815792dff2a7bcdb344d968b77c 54 0.03/1.00 vMB 28
280,031 280,031 0000000000000001130a60dc22976aa5beb0282b8becc83125233aa01ff3134f 119 0.06/1.00 vMB 40
280,030 280,030 0000000000000002ae8c6614c5c901d58d453f588009c6d4f780a64310bc4f8f 20 0.02/1.00 vMB 7
280,029 280,029 0000000000000000915dc3e9a03ecc03579efb026e9c49defcda47083a973683 295 0.13/1.00 vMB 67
280,028 280,028 00000000000000009c0c0b3dbbb59ec9a90c0c63625e437361873c23263209aa 79 0.03/1.00 vMB 35
280,027 280,027 00000000000000015ea45dee6d8aa21be533d5dabfba2746ad7dca2828623801 283 0.18/1.00 vMB 31
280,026 280,026 00000000000000013b014a2d9c656a71f0e73c1fcfd7e1ca719065c00255fda8 146 0.08/1.00 vMB 34
280,025 280,025 000000000000000066c46c72ce0692e083a0a04d55d1adedb7a76dca9e7a5453 98 0.05/1.00 vMB 33
280,024 280,024 000000000000000111a4a4d79351a20e9076ce06e050a0743a8e0ffb6e3918fa 17 0.01/1.00 vMB 26
280,023 280,023 0000000000000000c9558f0f9ebd13c6eb45514c96464d4af46aadc1f90c25a5 131 0.07/1.00 vMB 42
280,022 280,022 0000000000000001e0b7c8cffb8e7fa23909b8728913663decfaebffe24ca689 68 0.03/1.00 vMB 32
280,021 280,021 0000000000000002bf8a0c7f7cede9284ba02efdc1b12e27d34139515452cbe2 13 0.00/1.00 vMB 131
280,020 280,020 0000000000000001881be2783785f052a235365d9cf476d9d1f88a0b5c31c4d2 207 0.10/1.00 vMB 60
280,019 280,019 00000000000000012a26ebac292bc339914c41ef2a20c6c4d1613ab0b68fe1f6 347 0.17/1.00 vMB 51
280,018 280,018 0000000000000000f3a7415d1d7c3c36def2cbc422fa9f0b1678ccc5c0794899 140 0.08/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.