Loading Tool

Explorer IconExplorer

Memory Pool

76,383 transactions
28.47 vMB
0.06692353 BTC
Random Selection Loading Transactions
Max Size: 172.55/200 MB

Candidate Block

Mining Attempt a2a999d55699d990b1949db3368b7a27a62c46e28325fa8b0ac4375e47e2f8ae
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 8aa779d0dff81e01f2f6715f4c2001bbf2e7597aa996fe24431df1515cd09043
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,347
Size: 1.00 vMB
Total Fees: 0.00786142 BTC
Feerates: 73.20 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (671,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
243,517 243,517 000000000000003a2f5469c16b09ce6d2cd35e2ea9618afc51540a32da7bb55b 574 0.25/1.00 vMB 180
243,516 243,516 00000000000000a77f345d496331deac81e5bb4b7a9f2919ddaf60199aace760 187 0.16/1.00 vMB 68
243,515 243,515 0000000000000039433f0c9c85589dc5e24554df8180a45f6c81e04a2dd6dcc9 567 0.25/1.00 vMB 181
243,514 243,514 000000000000008b17b17f017f252a07749f3f20dff2039611a774a97dc24d5f 672 0.25/1.00 vMB 252
243,513 243,513 00000000000000d0d257d7da49d740549edf1d76b70d360fce9b5d966430c3ce 21 0.01/1.00 vMB 66
243,512 243,512 00000000000000633b50129e026c2d07a00241f687061bb02f7717700db0f164 540 0.22/1.00 vMB 210
243,511 243,511 00000000000000aca4883c27d3a7b04587c511636f33534f44fe9c54b0d15f3a 330 0.21/1.00 vMB 118
243,510 243,510 00000000000000c09ec15b7bdc21dc7fddc1f4192fc234ae24b52616d4e1d74d 472 0.25/1.00 vMB 158
243,509 243,509 00000000000000a256b048eb837057b0a438d58cd21d190c8c842787c9e50bd8 679 0.25/1.00 vMB 210
243,508 243,508 000000000000000b60c4d0a12d574669c5f017e7d676589b0b4b9b2d6c7cd7cf 788 0.30/1.00 vMB 193
243,507 243,507 00000000000000627c341c0627aa40bf5d494211c86926ef55e28506420d2b4a 204 0.19/1.00 vMB 81
243,506 243,506 00000000000000b4917ef3c29ee657889346e3f8a1a19838fedbe489a6c5a3fb 615 0.25/1.00 vMB 171
243,505 243,505 00000000000000a79da058693bd391f4ee153aecff6d4f56dbb846e3efe5fd80 523 0.25/1.00 vMB 179
243,504 243,504 00000000000000a6286a789b542a944188e902e3ab9c79cdaf1c5f4e748857b9 572 0.25/1.00 vMB 234
243,503 243,503 0000000000000046dc3be2059d2706bc5a75cc07be78daf242cd42fde3e031d6 753 0.25/1.00 vMB 143
243,502 243,502 00000000000000a0359892a17f84da4f3aeae1593ce976039bd86ae665d78f14 215 0.16/1.00 vMB 106
243,501 243,501 00000000000000d87932f2b3aeb8a9b7268ced669dbf3e7cb33db3bc818ddb8f 567 0.25/1.00 vMB 205
243,500 243,500 00000000000000dac6b703fb82af969d6ab2501d20c466e7a49671d3c923b89b 110 0.08/1.00 vMB 82
243,499 243,499 000000000000006818aa742bf49560d2d93aa137e8de4df7cf6b2ed65e4b624c 246 0.15/1.00 vMB 127
243,498 243,498 00000000000000c5281cac48a9049b00000ad8dd48739b7c519278f980c05df8 150 0.17/1.00 vMB 64
243,497 243,497 000000000000004acd7cef49fc626f58c2524a420e4b75fded3d98b834795501 608 0.25/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.