Loading Tool

Explorer IconExplorer

Memory Pool

80,914 transactions
29.94 vMB
0.09231686 BTC
Random Selection Loading Transactions
Max Size: 181.68/200 MB

Candidate Block

Mining Attempt 0e05993edc5e7b61995b0e333f58cc5316ec5fba188907ceef3e1ff7cba23ea7
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 85599114b85ec24faf25cccfcae8f8d1fe8e76a43a9fb84f049465da2c8af9d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.02368049 BTC
Feerates: 61.00 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (671,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
243,496 243,496 00000000000000b6e84f108291cbd5a915ec1e1f03667a1bfb5ce147753d14ed 580 0.25/1.00 vMB 335
243,495 243,495 0000000000000026d94111ccc018688d614a8e0c97920d4d9a106164a72268e6 559 0.23/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.61 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.90 GB
    • Received: 16.05 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.