Loading Tool

Explorer IconExplorer

Memory Pool

36,292 transactions
30.73 vMB
0.08394355 BTC
Random Selection Loading Transactions
Max Size: 151.01/200 MB

Candidate Block

Mining Attempt d11d820359a95a9c214ebd5d8efc7d429da7168c585d1886d6d2546f605aa3b4
Version 20000000
Previous Block 00000000000000000000590892dbec08479e6a3cc00185e948794a42c82afcf2
Merkle Root c4c9cc5d28705559b170998cf8cf7d590bd4b5e9c79eba5e3193ef1541b49312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,030
Size: 1.00 vMB
Total Fees: 0.02138080 BTC
Feerates: 296.74 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,386 (811,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,598 102,598 00000000000302505d68c0a0a7f2a567e5c15617ecc040bfe22368ef333ad02e 1 0.00/1.00 vMB 0
102,597 102,597 0000000000004a86945943ee06189ae328bae31d4e7dcbe77149e11c307deeba 3 0.00/1.00 vMB 0
102,596 102,596 000000000001533e2841200058482e6199cd56408de5bbd7481866f5e140cbb1 5 0.00/1.00 vMB 0
102,595 102,595 0000000000011d727d1f0bb668b11723df8ebaf015787b91495101c2aeaffb56 2 0.00/1.00 vMB 0
102,594 102,594 00000000000108f4880e3a52e66811562c5468d4a0b0b647f3898a03d5ba7b3e 3 0.00/1.00 vMB 0
102,593 102,593 0000000000001f31e40fa95dfbd95f4bd497322ab0849f488f9a366ae20cb920 1 0.00/1.00 vMB 0
102,592 102,592 000000000002f108d1028876ea8b3e7e5aaeb17b0de8ca7a811677e98404b85d 5 0.00/1.00 vMB 0
102,591 102,591 0000000000012761ba66e93fd4a05890a6cbc77d8888c26daeae66b1f8c00d5b 13 0.00/1.00 vMB 0
102,590 102,590 0000000000027574458fa9a1d1deb8137ae7058f269c3f66286f14fc44110c6a 1 0.00/1.00 vMB 0
102,589 102,589 0000000000022e86aa99a5c0cbdedd74e257c6fd803ba03f9fd0794f41bf2b0f 1 0.00/1.00 vMB 0
102,588 102,588 000000000001744595e59ec60d704d84de3e5084583ea6049f2afd89b6ab64b2 1 0.00/1.00 vMB 0
102,587 102,587 000000000000b256879587a66c5f8facdece09400e9051c738a55e0395a116ba 1 0.00/1.00 vMB 0
102,586 102,586 000000000001cf1abf4940c7ccdcb519a80f0ee2e58c80f71bfa2d5c48e45074 3 0.00/1.00 vMB 0
102,585 102,585 000000000000caa82fee6dd01678adc9d2eb7bb1e54ad2df66bc0873544f11ac 2 0.00/1.00 vMB 0
102,584 102,584 0000000000026e0390323ed9e8a178cb92442efb121194032edef0e5cb3a774b 15 0.01/1.00 vMB 0
102,583 102,583 0000000000035a6dd7280ec5c63d4ec72fbb04ac0ac7c85ea7a782d4862d1e95 14 0.00/1.00 vMB 0
102,582 102,582 00000000000262c288ea694a9dad74ebaf9cbbabefd9ff968391edcdf35100fd 14 0.00/1.00 vMB 0
102,581 102,581 0000000000001ef4ba1e8a36a96b4a73c44a3818c4f3424eee39066a4b8b0f0f 14 0.00/1.00 vMB 0
102,580 102,580 000000000000db55c8116f1020e62cf8ee42d14e6b6cdc8f187bcdd9e1018920 14 0.00/1.00 vMB 0
102,579 102,579 00000000000147ba77c71bf39459e9c5919b78d1e0ee2d3936ee5eb7615bacf3 14 0.00/1.00 vMB 0
102,578 102,578 0000000000034a8323a7fde089bdfad7b9fdef8e0d9c47f5783885a02b9d8c3d 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.29 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: 597.74 GB
    • Received: 9.88 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.