Loading Tool

Explorer IconExplorer

Memory Pool

82,059 transactions
30.10 vMB
0.13255799 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt 1e22783119b050b68f9eb155507f841eb7b90ca10fa53b9439b1ec73d86154ac
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 7d8ff133c72f7e89599ae3e0a8f8ffaa37809e3b74b0ac13e510997bfb0811e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.05508986 BTC
Feerates: 477.45 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (514,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,910 400,910 00000000000000000619997c7f9c58a6b94f535529399aa4eb85dfdfca21f4af 2,588 1.00/1.00 vMB 51
400,909 400,909 000000000000000002cf5ef144b3470f78e2024c29acdcdc36119a6fec01e120 1,767 0.99/1.00 vMB 45
400,908 400,908 0000000000000000016fba2653f554b349ee32af0e97b93e89c87cd74d6ca200 3,408 0.93/1.00 vMB 47
400,907 400,907 000000000000000004f1a218365c32d3ec94cf8fee4525d474499f319c30f65f 2,440 1.00/1.00 vMB 53
400,906 400,906 00000000000000000179641db3ab0bcbc31567de7112c7593e01b10923b7e6b7 2,348 0.93/1.00 vMB 85
400,905 400,905 0000000000000000032acd800f1d308c036812ec1350828cb65b976384790525 1,776 0.93/1.00 vMB 73
400,904 400,904 000000000000000002d58a2152a00ac6278e7c9c32b49ecb73ade07583346bd8 2,502 1.00/1.00 vMB 106
400,903 400,903 000000000000000003bb3196eeee61c27c052f386c15b2016921f73dfbba8aa4 1 0.00/1.00 vMB 0
400,902 400,902 000000000000000000bd831d88998c0f1e89ae55f9d6669a9c9d83c9357bb13c 903 1.00/1.00 vMB 18
400,901 400,901 000000000000000002d2673b362d9e84ca18c7bd9fc5d40752c4877c872c1cda 1,360 1.00/1.00 vMB 29
400,900 400,900 000000000000000000cb5f1189b765dbd1640002b32719e86309648b849cfc5e 1,215 0.99/1.00 vMB 30
400,899 400,899 000000000000000004fcb5404c8a846d53b1988e1558588e9a64d73213f5d9de 1,709 0.75/1.00 vMB 53
400,898 400,898 00000000000000000647c6602f80f4b1dcee4b0c28c22f182a1cb094a69d5d47 628 1.00/1.00 vMB 16
400,897 400,897 00000000000000000464b1b34c22e01608deb7c689fef25dfb9d30a539f1cbf7 1,503 1.00/1.00 vMB 33
400,896 400,896 000000000000000000fed3f765a0ad7a6cc8d39950390091a4f846895e8dd27d 2,121 0.93/1.00 vMB 47
400,895 400,895 00000000000000000203753ff0a9d18da937a613e765ac9a468862b8200a08f1 1,153 0.99/1.00 vMB 28
400,894 400,894 000000000000000006843958d99443d0aa0840a8f5045393b24e0855bb18a24d 1,023 0.75/1.00 vMB 24
400,893 400,893 0000000000000000039aac83aad0c72c1940e903378a8b028b9cbbb3d2cc341c 2,091 1.00/1.00 vMB 1,614
400,892 400,892 000000000000000003bd436b5b5159fb25064131c5f391156aadbfa8cdfe50ca 1,789 0.93/1.00 vMB 56
400,891 400,891 000000000000000005e304f6c1f5df09df0b9348c51c785b4ad6b40bf0c1b1b3 1,279 0.75/1.00 vMB 47
400,890 400,890 000000000000000002e3099ccc04aa7abf94fcb2c16bc5bbfdacec1f9d77caab 1,989 0.99/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.