Loading Tool

Explorer IconExplorer

Memory Pool

81,508 transactions
31.63 vMB
0.10485670 BTC
Random Selection Loading Transactions
Max Size: 188.91/200 MB

Candidate Block

Mining Attempt 7265fda92a7f30cf69da192f5159fd5867fa59d6f739b9ca41f5a9b15a5c3658
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 7ae4954e613f3f903f9615007be1b1ac1f6c1b1a593bce01c15f2bdd38e89056
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 986
Size: 1.00 vMB
Total Fees: 0.02313650 BTC
Feerates: 711.74 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (402,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,085 513,085 000000000000000000024ec7c6ee05f13b12400c74656db7692ef618fd536a94 240 1.00/1.00 vMB 3
513,084 513,084 00000000000000000023b2097fec2e7052b0fad91ecad3f374afbc352da7df08 1,002 1.00/1.00 vMB 16
513,083 513,083 00000000000000000023199d50084f76344efabec2c641e310ab925e2f6677f4 121 1.00/1.00 vMB 2
513,082 513,082 00000000000000000046fb6ef24c89b3b20d26b7f16ce5f64aecfcce5e319c42 649 1.00/1.00 vMB 15
513,081 513,081 000000000000000000029dc1261d4c59c3e47cb0e61a368c541ce310c48f34f4 1,426 1.00/1.00 vMB 4
513,080 513,080 0000000000000000002d5f2b30cb5f5bbd3462e2b172ae8d3a83bda083238824 2,695 1.00/1.00 vMB 30
513,079 513,079 0000000000000000003d868afd6ed1cd85204974c0992245f6720cd5079af412 3,030 1.00/1.00 vMB 30
513,078 513,078 000000000000000000466ab5ddd7a2d7b5654a9ae5cf576f10b7a86077c94115 1,412 1.00/1.00 vMB 64
513,077 513,077 0000000000000000000ce4f8843ac94304a93d6a66bcbc9c55dd02d6f16cfe89 310 1.00/1.00 vMB 1
513,076 513,076 000000000000000000414dbc153f42cc3e5cda3ddf0e9234060e44bc79507a69 149 1.00/1.00 vMB 1
513,075 513,075 0000000000000000002b6681de4abd8df79c511a3344670223638f4b9495719a 241 1.00/1.00 vMB 3
513,074 513,074 0000000000000000000d36051ec3892c1fe8ad19d987748c65c15ccf035ac3b4 474 1.00/1.00 vMB 8
513,073 513,073 00000000000000000042dc6b3ba082dcc58cb49872c8041e6da11daf95af4344 2,421 1.00/1.00 vMB 28
513,072 513,072 00000000000000000013bae41c047eebc8a5715f31e8df68f7f967bb84c0830e 143 1.00/1.00 vMB 3
513,071 513,071 0000000000000000000ee1815ccf17b0448c50e7ff9aef9dfd7229c0add56711 1,847 1.00/1.00 vMB 30
513,070 513,070 00000000000000000031ec3e84038c0d352d446cce84740dc8a8a6d6ea066fbf 2,226 1.00/1.00 vMB 22
513,069 513,069 00000000000000000049f7a375c89a21aa05aa566546749f4a32607578b02bf9 1,275 1.00/1.00 vMB 25
513,068 513,068 0000000000000000002298d3e1cef8610ad7fab698a9d2b76ae5c2dcdf23fe0b 2,801 1.00/1.00 vMB 28
513,067 513,067 0000000000000000003bf1a52053136256e55ea1488c3695ccdfdc8d0bb8f0f2 293 1.00/1.00 vMB 4
513,066 513,066 00000000000000000004ffccc2ddb17e0c53c819216b0bdd8d33b725100184b5 909 1.00/1.00 vMB 19
513,065 513,065 00000000000000000050fb6a1f3c095010eb528bde9bdc57b7c132b978c8d3ee 1,025 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.05 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.47 GB
    • Received: 18.17 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.