Loading Tool

Explorer IconExplorer

Memory Pool

88,847 transactions
33.50 vMB
0.09155929 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 244ae983622c64f8bcf52b381eb97e9b86f25372ed5b946c596465ff4f008370
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root ac498804ed83dc54d1d656b75a501eff09420b3dbb966b452e13bea8b57c24ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,184
Size: 1.00 vMB
Total Fees: 0.02454699 BTC
Feerates: 502.65 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (376,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,058 538,058 000000000000000000197d2090408cc59d731f9c54652914efc13e3a5f6622f5 2,739 1.00/1.00 vMB 31
538,057 538,057 000000000000000000134b17dd58573ff3ce738c58bfb6a59833c667b9981ed3 2,416 1.00/1.00 vMB 24
538,056 538,056 000000000000000000149e55dd6042d4366142bd38a5c2fe8da9193bc13fb48f 2,679 1.00/1.00 vMB 34
538,055 538,055 0000000000000000002a8e1ab11b553373a5e39a5c0324e136e5df9d6d471570 2,163 1.00/1.00 vMB 5
538,054 538,054 00000000000000000001c60ef9b7adc3cfc1f44804b0fc1ae2ccfb308fc9f020 2,872 1.00/1.00 vMB 34
538,053 538,053 0000000000000000000bd7c4ee96cf6cc4c910835f81caac8a6077606028bc20 530 0.31/1.00 vMB 17
538,052 538,052 00000000000000000021e63124cb817e3a91ed01be47b58479fcbe5ddb8617e0 807 0.39/1.00 vMB 18
538,051 538,051 00000000000000000003c7e251836537401ec2099b1fb72eb488b254ebc678d5 2,351 1.00/1.00 vMB 4
538,050 538,050 0000000000000000001aa3d12b4455abe2e6de380ab819b1802df1ade5cd36f5 3,064 1.00/1.00 vMB 39
538,049 538,049 000000000000000000168317640b88b288ee13b849a4d67c1b6e22d3b5b69d33 1,110 0.40/1.00 vMB 25
538,048 538,048 00000000000000000018b20a243bb5968d8b1604671b88c9d955b1b47798772c 1,577 0.55/1.00 vMB 22
538,047 538,047 0000000000000000001e8f9b72ece6c65f74410f6f3f0bac331bb05cf08d8da9 2,582 1.00/1.00 vMB 20
538,046 538,046 00000000000000000015cc4ddcac0996ad6ee78c5cb08d60677efec4f4c38abf 1,699 0.62/1.00 vMB 19
538,045 538,045 000000000000000000170f7f9a52888e2fb9384f4854a7962011523abcdeecec 566 0.20/1.00 vMB 23
538,044 538,044 00000000000000000024335f842e420b473dd8d6eef820c3df6bf0b1d3732414 2,410 0.92/1.00 vMB 21
538,043 538,043 00000000000000000022f5b87cfefaf4370ae8ae3f302b2a0ca0bab370277a66 1,344 0.57/1.00 vMB 13
538,042 538,042 000000000000000000264dba2aea9dd119f8dc16dbe1f86855201ef2714e1d0a 1,545 0.78/1.00 vMB 26
538,041 538,041 00000000000000000006ec6eaf680b5a183a7bf03c6a10ed4de375bac1e626f7 1,021 0.40/1.00 vMB 15
538,040 538,040 0000000000000000001a45d6ae36118416a332e1a4e29e98f2387b3500c8de8a 1,396 0.61/1.00 vMB 22
538,039 538,039 000000000000000000065b7ef34c2223aff1e1e4b3e40c8044ce2957389c89b6 299 0.28/1.00 vMB 7
538,038 538,038 000000000000000000292fd5369fb53ecd147f2406cc4dd3f3dab0f76a13e101 2,032 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.29 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: 657.30 GB
    • Received: 14.51 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.