Loading Tool

Explorer IconExplorer

Memory Pool

28,523 transactions
6.93 vMB
0.04608919 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.81/200 MB

Candidate Block

Mining Attempt c7839b81ca6d0bcb5983bff1255af953b43210232aa6ac7befbba1fe80b7f9b1
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 69ac90a516c63e031cac9abea94bfc140695fa1304ec3dbe464410068d37a43a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,485
Size: 1.00 vMB
Total Fees: 0.02598130 BTC
Avg Feerate: 2.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (743,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
169,043 169,043 00000000000007b8effff7de9cbb488dc4c312e391c709c494bed455d6e420ca 0.03 MB 69 0
169,042 169,042 000000000000065b4f129854c94109d04a856e62b81ed14b56d6f4ca75b54faf 0.00 MB 7 13
169,041 169,041 00000000000004db36b0b12c1209ad957c27891a37d47733e23612d20cc491e6 0.00 MB 11 0
169,040 169,040 000000000000039c5e1aea67ce4c594b781a196023dffb8fa67f5ce4690f4e34 0.01 MB 23 157
169,039 169,039 0000000000000c10b7554a5ccefdab99450a762576a6b0b10cbe4b9da7b861a8 0.00 MB 9 19
169,038 169,038 00000000000007812ce014d5adff3f7380e1f37da4ece93d51113368c42293d6 0.01 MB 20 63
169,037 169,037 0000000000000165b29c8447e4bb614dacb7fb759ec3d089c4fd28823cc57e1e 0.01 MB 27 99
169,036 169,036 00000000000002fb292549d54e8c09dae130281bb73a05424776b5035447894e 0.03 MB 53 122
169,035 169,035 000000000000047c3df3624704f4c4b0d4e9d3c64ff827f6e3419389d5a21473 0.01 MB 26 47
169,034 169,034 0000000000000af581614043850bd22e5f194adab2a51bfc0dbaf2f787593c70 0.01 MB 33 83
169,033 169,033 000000000000038b70d470718602f3b5d9d54ee0b4da6771a4b8c3818dd4e096 0.01 MB 11 58
169,032 169,032 0000000000000a26c427495cc656b529d1b08751b568866380a73e0cd8609f2c 0.01 MB 12 41
169,031 169,031 0000000000000be0c027c2b751987271b24a6c67e0f8fe75b8244abce2ea51a4 0.02 MB 53 134
169,030 169,030 00000000000003ab5ef17a1f94331a6d479e152b691a89941f28171595c65106 0.03 MB 71 138
169,029 169,029 00000000000002013bb99e11c89f0f364a60bf401afb7491f06398f814dc6802 0.00 MB 7 86
169,028 169,028 0000000000000024ef25c759eb579e14ad765033d423c52d7a634852feb17195 0.01 MB 14 120
169,027 169,027 00000000000008f178d636363ef1149c8ccc3ced46160b01ef7ad33291262707 0.00 MB 3 103
169,026 169,026 0000000000000a54232b98362f0e392ae5b1d6d88602be48ae9c84b85d553535 0.02 MB 52 118
169,025 169,025 00000000000002a51e5c4fa9e60df3fe1679c66ba5c38f0742368b7402124cd6 0.02 MB 54 105
169,024 169,024 0000000000000b3bb84dd43990589f29fb42b3c71080a9b49a9e8c2b1c99218a 0.00 MB 8 75
169,023 169,023 00000000000002935b377e60cd2698016e1ddecdedf072f53a7133729ee010f7 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 778.87 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: 397.49 GB
    • Received: 3.56 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.