Loading Tool

Explorer IconExplorer

Memory Pool

81,426 transactions
31.24 vMB
0.10005944 BTC
Random Selection Loading Transactions
Max Size: 188.99/200 MB

Candidate Block

Mining Attempt 8ca2f30b02ed21392050305977d49960fc60bd4edfc46cd6ea0430b1bc2f287e
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 73596d04130ac7b885d30b88361dc00c7c4a5562f9bd57f2131da8130cda3295
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,418
Size: 1.00 vMB
Total Fees: 0.02301595 BTC
Feerates: 106.51 > 2.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (120,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,675 794,675 00000000000000000004400c38792b5ad9c9ff06f6991006ccea3052e38478a1 2,877 1.00/1.00 vMB 23
794,674 794,674 0000000000000000000456d06759f5459be7f6adaba1c3ece7e3b2ba4072fa31 3,275 1.00/1.00 vMB 31
794,673 794,673 000000000000000000042690d47928e79ec25c58bf3387ecf4641fd16c246dbc 3,469 1.00/1.00 vMB 34
794,672 794,672 000000000000000000043a916092ee41bd76cdb6ce1a218ba1bcb4e6c134d657 4,155 1.00/1.00 vMB 47
794,671 794,671 00000000000000000003acdbe8787713c6a2846f424cc7cf04364b5ecefcf0c0 2,966 1.00/1.00 vMB 44
794,670 794,670 000000000000000000009f70618452d22d5d6ef1a32e27d72421da971fd2f88e 2,119 1.00/1.00 vMB 49
794,669 794,669 00000000000000000003a43b43731a4371364fbe1d643ba7d2cbca0cf1b92edd 2,415 1.00/1.00 vMB 23
794,668 794,668 00000000000000000001bbc576c6961a2abd2fd729e2daa8778e39351e61360b 3,496 1.00/1.00 vMB 27
794,667 794,667 0000000000000000000515e130c6706f7d6f2389420d03957d4347b9dad47b2a 2,838 1.00/1.00 vMB 32
794,666 794,666 00000000000000000001272ab8ec98cec194f08fb5b8036f8cfd0f4e62c3ffae 2,939 1.00/1.00 vMB 51
794,665 794,665 0000000000000000000290f022248e25b1e95f5ae897d94288faf49d9c2adf03 2,374 1.00/1.00 vMB 36
794,664 794,664 0000000000000000000360bbde642fbadea6a13ff6761df95d222393f2bd9eb7 3,029 1.00/1.00 vMB 45
794,663 794,663 000000000000000000047d860f7ac7e4d18b5b6af54002f17c3c11ec74b44a7d 2,280 1.00/1.00 vMB 39
794,662 794,662 00000000000000000003f080053425e7c9e7379e30a3134643f7d0242d459c69 3,214 1.00/1.00 vMB 39
794,661 794,661 00000000000000000003b1779836482820c9556a76369f32df26509e28103780 3,886 1.00/1.00 vMB 51
794,660 794,660 000000000000000000019e89618458a736cbf85ecc361cf5f58f5472fb264be1 1,644 1.00/1.00 vMB 91
794,659 794,659 00000000000000000002d43311c32fddb13b61a7b7a5a84323ed35489a69321c 3,487 1.00/1.00 vMB 45
794,658 794,658 00000000000000000002206534fb621b56e2354a9e7f84d2f628bee252f24e17 3,363 1.00/1.00 vMB 49
794,657 794,657 000000000000000000011b6dec70edb3ba9c52587c55b8c6de9e0fcbf74dd016 2,490 1.00/1.00 vMB 67
794,656 794,656 0000000000000000000007f9191f7c0447b15d57c08905da46a7e5ee480a6b21 3,742 1.00/1.00 vMB 48
794,655 794,655 000000000000000000050ff76230e6f8d8499fb25f5dfa5432072e14e74d5a28 3,358 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.