Loading Tool

Explorer IconExplorer

Memory Pool

52,988 transactions
31.44 vMB
0.18067372 BTC
Random Selection Loading Transactions
Max Size: 168.91/200 MB

Candidate Block

Mining Attempt 117b0d0f87f324d09c763b11b6cb4d580f0db534a64192060cee0924a34f35a9
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root b2a54fcd1c4d303da7e3a1d6a5bd9c2716f68c55e7cf08b3c58e67ec2289f89b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.09577173 BTC
Feerates: 477.45 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (336,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,903 577,903 0000000000000000001933b2990a4fbe9dae516ce77e53828501acbba1dc72f9 2,359 1.00/1.00 vMB 21
577,902 577,902 00000000000000000012b1a4552c27a2430c7536266b70207d80d3a802bcb14e 2,961 1.00/1.00 vMB 35
577,901 577,901 0000000000000000000e2e2d2e4c97fb0f8871b90193c64548620fc41b1da3e7 2,707 1.00/1.00 vMB 132
577,900 577,900 0000000000000000001da87533db854fff0c80c80d16d4bfe09e90e2a878b22b 2,929 1.00/1.00 vMB 69
577,899 577,899 000000000000000000274d5e7e46f03afe70d36fd20544441015ea57e510f572 3,114 1.00/1.00 vMB 109
577,898 577,898 00000000000000000003e018bf4cae4ec444934abac5a02db127b38ca5c17039 3,072 1.00/1.00 vMB 49
577,897 577,897 0000000000000000000d3c3862458f0cffe4bc3f3ab4be02f47a28acde3866f2 2,864 1.00/1.00 vMB 110
577,896 577,896 0000000000000000000267fdf54d391d7e63d24c92f9437f94897fbc0c63c1e1 3,107 1.00/1.00 vMB 92
577,895 577,895 00000000000000000026af2846662aec5e69e90c9a67523489dcc6e4ea6c692b 3,080 1.00/1.00 vMB 132
577,894 577,894 0000000000000000001689db77fc524b8e69987b0bdb30ee2b333e5b625d511a 1,695 1.00/1.00 vMB 22
577,893 577,893 0000000000000000001c76138f4bfd8b6208f9e6aa7b6fb4e83ec1a45ed23699 2,992 1.00/1.00 vMB 116
577,892 577,892 00000000000000000015a60e23dea9708cf4b59a3a6938c41d3693978c37a657 1,891 1.00/1.00 vMB 21
577,891 577,891 0000000000000000000d151a30aa107d103c8796f619b62979a5f495399593cb 3,075 1.00/1.00 vMB 91
577,890 577,890 000000000000000000090da140c9efc4089d724448aac201cc820d0eb1d3a738 2,930 1.00/1.00 vMB 31
577,889 577,889 0000000000000000000bc07c0daf77321e744f166131c8afcc23f33dc2925d3a 2,798 1.00/1.00 vMB 101
577,888 577,888 000000000000000000125616ffd98a64a740df24cd05fa3f7f82c3fb2237d237 3,021 1.00/1.00 vMB 122
577,887 577,887 000000000000000000181fa196f0dbedea5b16dc4df042eb85fe73d90df55950 2,848 1.00/1.00 vMB 156
577,886 577,886 0000000000000000001a224fc165ed1cd7c14d78c48c5bc14577885ea849128d 2,266 1.00/1.00 vMB 32
577,885 577,885 00000000000000000002ee1a576d4a4cc5bbe0763303081cb463c7e425420597 2,285 1.00/1.00 vMB 14
577,884 577,884 0000000000000000001d4cf2b42876263b929ded894a4997ea4226e180b47aa9 2,850 1.00/1.00 vMB 90
577,883 577,883 00000000000000000010f7bc4032de4fdcaadf4d5c5ad7eade03f7b73681de40 3,171 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.