Loading Tool

Explorer IconExplorer

Memory Pool

81,279 transactions
30.25 vMB
0.07443260 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt 63b745d1d9a594c1f23ed4b3dbebc583a428db2c412a94428f1de91169d225d7
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 278a214540624e6ef952002d301611a8c323e48b240ab33c501bf66b480e1cb9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00722535 BTC
Feerates: 100.00 > 0.72 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (513,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,607 401,607 000000000000000001525ea2106d351348e9db0a003c972d5e4ca8b8bc0ec831 1,782 0.92/1.00 vMB 46
401,606 401,606 0000000000000000046caf0d9c5867a94ab2acd78bc563dc189b2c8a0ef57d45 702 0.84/1.00 vMB 19
401,605 401,605 00000000000000000154576164f8eed18d14830d56c418d5f859b812bf1fb671 1,073 1.00/1.00 vMB 23
401,604 401,604 0000000000000000034c622e9d4411ae7a375ec90009ea6e9d5a0a66e78bcc66 1,436 1.00/1.00 vMB 32
401,603 401,603 000000000000000004c1c9619e6176f3d5fc9212fd6e46a81feda303c3bbde6c 1,461 0.99/1.00 vMB 42
401,602 401,602 000000000000000000e880e39f96f6ca40d85201f6a6b0e84844c10faa04a7d3 3,363 1.00/1.00 vMB 50
401,601 401,601 000000000000000000c817e55982d82a900cd563e5747f713e90cc2170240355 2,541 0.93/1.00 vMB 66
401,600 401,600 000000000000000005f6b549feed836f8250c597712bbd51673894671d8f9455 2,970 1.00/1.00 vMB 94
401,599 401,599 00000000000000000103a734995cf070da3a48408fe3484deedd91e62712def3 918 0.47/1.00 vMB 42
401,598 401,598 000000000000000003d6c582fc09ce9396856e9181b8344c66f0273963e285f2 1,180 0.93/1.00 vMB 23
401,597 401,597 000000000000000004033351f3df9b4530eac20dd8cd7a34103c851e0a38028c 1,689 0.93/1.00 vMB 54
401,596 401,596 00000000000000000644b6d40b2f8fc0ef76b836c48efe1b1c953135b4cc06aa 1,676 1.00/1.00 vMB 27
401,595 401,595 000000000000000001b26c0fa20f1ded45547e8ec7109b961efdcf580b2eccfe 2,701 0.93/1.00 vMB 59
401,594 401,594 0000000000000000056515514b666805d19741aff52ec41c1ef20c22ab543887 2,531 0.93/1.00 vMB 76
401,593 401,593 0000000000000000016efbe60d38463ce9f5cf0b0bbce5a2714256c870ef4717 2,131 1.00/1.00 vMB 46
401,592 401,592 000000000000000002c5963b59fa76f54a555dfd62ae010ee2be6350addf86ff 718 0.75/1.00 vMB 22
401,591 401,591 000000000000000006d49815285abbb7adbf12beff5ac730e3b10f16a2fa3b64 2,011 1.00/1.00 vMB 42
401,590 401,590 00000000000000000406c30f8a296f709660df6e567e9d2ef1b134beaaa9fa72 2,605 1.00/1.00 vMB 60
401,589 401,589 000000000000000002cfbc921ed6be01f18c43e686b5a6ea5d77b18fccc11b5b 2,750 1.00/1.00 vMB 36
401,588 401,588 000000000000000003321358dccc5f65f3543ef8fb300bf4b8c1030d8a70eef9 2,482 1.00/1.00 vMB 80
401,587 401,587 0000000000000000069b8b5b53fb0013635d11665873fc4b04710de83f1b302f 1,650 0.93/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.