Loading Tool

Explorer IconExplorer

Memory Pool

79,796 transactions
34.51 vMB
0.16774079 BTC
Random Selection Loading Transactions
Max Size: 193.17/200 MB

Candidate Block

Mining Attempt 5c6f265427c8dd5388fd31cd75f45b4cc31a4f3c21bcccc08cb01b564733e324
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root a62222d27f05e11be168dc9a24b1a9763a5b3f584d164e5a910411d62cce9f1a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,805
Size: 1.00 vMB
Total Fees: 0.04152213 BTC
Feerates: 150.93 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (32,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,512 882,512 000000000000000000001ece52289e8f423f458872b76d4bffad645cc37c6644 4,193 1.00/1.00 vMB 1
882,511 882,511 00000000000000000001b52c61ec17bd440aee2f0add765b76d5d135c0b89021 3,464 1.00/1.00 vMB 2
882,510 882,510 00000000000000000001f43d214d151de651fea4bd72bf77d5efd9e53cb4e43b 4,124 1.00/1.00 vMB 3
882,509 882,509 000000000000000000013c4e3976a602e6b93e9cb2c41edbf107e63a249a6c1d 5,198 1.00/1.00 vMB 1
882,508 882,508 00000000000000000001d951e26dae49ac4bccb872c43fb7b09d4340afcbee7f 3,144 1.00/1.00 vMB 2
882,507 882,507 000000000000000000022ed1220b14d0655f852ef37680cadc424c2fd848786c 3,532 1.00/1.00 vMB 4
882,506 882,506 00000000000000000002560367cd6aa51125e2f0907cd76a32ec41a4067b092b 3,631 1.00/1.00 vMB 6
882,505 882,505 00000000000000000000c299d5916c63c6723c009745f1d33f224f337d2bdfa2 3,857 1.00/1.00 vMB 1
882,504 882,504 000000000000000000003de1ba3c12ae86f612c91a5e09c2cb2267374599653c 3,145 1.00/1.00 vMB 2
882,503 882,503 00000000000000000000d3e6e7d994fc4f8be735dea00f7c6351c98f610a653a 2,916 1.00/1.00 vMB 1
882,502 882,502 0000000000000000000122d839ef030857578527a88e8e68d932b9a49af33baf 3,547 1.00/1.00 vMB 2
882,501 882,501 000000000000000000003649e7327c5ed4787726713e29ba633b39786af44a2a 3,316 1.00/1.00 vMB 2
882,500 882,500 00000000000000000000d6aaf2775ae43dd7152aea23b27942876c24a772841e 2,883 1.00/1.00 vMB 3
882,499 882,499 0000000000000000000179c609f3382a5856436fa98fee30aaff7f91d8e17318 2,987 1.00/1.00 vMB 5
882,498 882,498 00000000000000000001bdda9993377aa9ef68712b890c6bc9ce0c8129bc2eac 3,048 1.00/1.00 vMB 9
882,497 882,497 000000000000000000015383a340737b0d6409102e882a49160e8e362f73243a 3,239 1.00/1.00 vMB 1
882,496 882,496 0000000000000000000120d60e29983f8257ab5741726c5263d02a12bb289f35 3,368 1.00/1.00 vMB 4
882,495 882,495 0000000000000000000213ec1d9f57b80f022fa030f2193641adbc972e0d8dd2 4,627 1.00/1.00 vMB 1
882,494 882,494 00000000000000000001388cfdd93dae6c13f1a1837d52800f318dda4abe8f0d 3,379 1.00/1.00 vMB 3
882,493 882,493 000000000000000000021409587909cefb98105297d2a6095d1dac6efff66665 2,741 1.00/1.00 vMB 5
882,492 882,492 00000000000000000000a2aad2bf21e9ee34036154634d6f40f64d54a6b27bc4 4,459 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.11 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: 734.06 GB
    • Received: 18.55 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.