Loading Tool

Explorer IconExplorer

Memory Pool

73,424 transactions
28.06 vMB
0.06071783 BTC
Random Selection Loading Transactions
Max Size: 166.94/200 MB

Candidate Block

Mining Attempt 3d52d1e48e5425d379d97b03d9d01ed5048f7bbfb1841ab234a4e737ae9f7199
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 751585884317f548d3c8e77a3baa6024721bd6c05b8d36ec0796ef16138d30d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,392
Size: 1.00 vMB
Total Fees: 0.00468785 BTC
Feerates: 35.10 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (67,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,800 847,800 00000000000000000002bcaf79294fd421ba0c4b019856d8f6497c50d75dc1c4 2,609 1.00/1.00 vMB 35
847,799 847,799 00000000000000000002d2e01ec842ea8c8ccff0d4e3ba3110f4b8047462cfb7 2,914 1.00/1.00 vMB 47
847,798 847,798 000000000000000000029703ee125e3ab1c2743a3d1fca4e54fefc0caa4dff0a 6,659 1.00/1.00 vMB 32
847,797 847,797 0000000000000000000173bb2efea007b93e40d6a6440a77859fe942fd152727 3,191 1.00/1.00 vMB 32
847,796 847,796 00000000000000000001623a42008a2cf6ae4982eafcde875a9f1d03cab917a2 3,675 1.00/1.00 vMB 60
847,795 847,795 0000000000000000000317bf9b50e54095672b6ad615f04e5b14b0c994384a39 6,319 1.00/1.00 vMB 32
847,794 847,794 000000000000000000000e46a06c94a92ac8cc392ce40f7480e7aa8fb4767171 3,817 1.00/1.00 vMB 46
847,793 847,793 0000000000000000000269f27da4771fa9c844dc24524a0762fc2570d29e4c01 6,318 1.00/1.00 vMB 32
847,792 847,792 000000000000000000023a52a5a33b2a302cc8a2f6d0adefec796fd23aa19f00 6,514 1.00/1.00 vMB 33
847,791 847,791 0000000000000000000062c140b19bf25cf1bc4909652ec111ea82aad6fc336b 6,317 1.00/1.00 vMB 28
847,790 847,790 00000000000000000000d3f5184002f47d5815f5b1316073b236e715e4365432 5,515 1.00/1.00 vMB 33
847,789 847,789 0000000000000000000039d2713038b6fc8a655f19165bbc49099ef40ec67c5e 6,102 1.00/1.00 vMB 32
847,788 847,788 00000000000000000001cbf85df629c0c7607511568d2ee12e397a2f3a6900c8 4,550 1.00/1.00 vMB 39
847,787 847,787 00000000000000000002eb52476a29790f3f4ac1bf4038b7ec1ebdcd7a361ed1 3,970 1.00/1.00 vMB 37
847,786 847,786 000000000000000000030a1476cebd105cc4dc09eb8ae1f57eac7e44bf8930c6 3,681 1.00/1.00 vMB 59
847,785 847,785 000000000000000000014e843ad615b76db6a88731602508ab0a341b4a893e85 2,952 1.00/1.00 vMB 51
847,784 847,784 00000000000000000002e350f49444cc1e852f2cdeabcb249b59ae27b6402c3c 3,346 1.00/1.00 vMB 56
847,783 847,783 0000000000000000000359a9fb21fb95451ed515896dab4b041e618b5eae591f 1,971 1.00/1.00 vMB 41
847,782 847,782 000000000000000000027b45f87100ed59e7352ef72394696ee4266745f740a0 3,265 1.00/1.00 vMB 51
847,781 847,781 000000000000000000019ee1f50e9f08f9b6d81f49c1791a78e74a16caf618bb 3,725 1.00/1.00 vMB 68
847,780 847,780 00000000000000000001e3ec8990cade58f4e92f5cb057222a51fbc28b5ac6c4 2,710 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.52 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: 668.74 GB
    • Received: 15.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.