Loading Tool

Explorer IconExplorer

Memory Pool

81,859 transactions
30.47 vMB
0.07922517 BTC
Random Selection Loading Transactions
Max Size: 186.80/200 MB

Candidate Block

Mining Attempt d1a51e46f5cdda7d3c8902d90524ee2d867acf673233ffefc90f7f3077a12946
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 3b2e9bdcf2f5499826bd666633fac853f4d54a7f8950b08b7e5339fd3389f61f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01132672 BTC
Feerates: 150.77 > 1.13 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (219,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,040 696,040 0000000000000000000f3c189250566ac972a9ec82b2b6707d464e7408f98b4c 1,275 0.48/1.00 vMB 14
696,039 696,039 0000000000000000001198a07f56bbcf5530afb337fa3694c81d7ea631357b8e 1,538 0.89/1.00 vMB 12
696,038 696,038 0000000000000000000e7e1fed3e69e4423577161f6317c8565dfcea35f891b6 401 1.00/1.00 vMB 2
696,037 696,037 0000000000000000000c6eef6090c4d5c8b46f7d707fcce3c2f8f3dd8be70e78 2,379 1.00/1.00 vMB 14
696,036 696,036 0000000000000000000ea9d06a0fe23a4d5ad47b27b8acb63177e7d24eec4e6e 1,744 0.89/1.00 vMB 11
696,035 696,035 0000000000000000000af0f6363ac56f719ed009dff41bf953b80b599224f8a7 184 0.06/1.00 vMB 20
696,034 696,034 0000000000000000000ac4c8ebb81c8899edeb04e02ed77c1c081aa7b9519214 2,429 0.95/1.00 vMB 12
696,033 696,033 00000000000000000007aebe6ffcb37fbcaf0188555f671ac606620a5f3d692b 1,104 0.47/1.00 vMB 12
696,032 696,032 000000000000000000087ff2ae69c8adcd07404b4730440c01044afc189a2f73 1,158 0.49/1.00 vMB 12
696,031 696,031 0000000000000000000c8571da4b82d9d517f3748230366554e1afa0fd21d198 1,603 0.68/1.00 vMB 10
696,030 696,030 00000000000000000004b6dc4a20b2542aade5cf22feeab39c3cb6f1da4cd52a 157 0.12/1.00 vMB 7
696,029 696,029 0000000000000000000c9b55cc9de70a433635bcdba4743cfc669cb44cf700a8 227 0.43/1.00 vMB 3
696,028 696,028 00000000000000000001b8013f990ef99b9a27036f694ed466c47a1185ecc82b 1,950 1.00/1.00 vMB 9
696,027 696,027 00000000000000000003c841888a753b9ee8fa7f83b6bdc2ee0b385d180fe691 814 0.29/1.00 vMB 2
696,026 696,026 00000000000000000010be5a716e4b20750b0ea29b7a64ce18a8ed880135308f 2,450 1.00/1.00 vMB 18
696,025 696,025 00000000000000000000c8e56a4b63346c080efe52143f6a704e708a5dcd17dd 982 1.00/1.00 vMB 13
696,024 696,024 0000000000000000000a23bb9802448aeadc0817b77dc45f6977ffb85160a095 410 0.55/1.00 vMB 4
696,023 696,023 00000000000000000008b21c29089bc8ae8a2dedc38a2d35178b88d8307c39c6 1,714 1.00/1.00 vMB 9
696,022 696,022 0000000000000000000e52db98813c0ab5eda8eeb78a5879545d68c406ea6c0f 1,532 1.00/1.00 vMB 5
696,021 696,021 000000000000000000079230867631889bd210d4aa50a76306fe1511c11328e9 2,086 1.00/1.00 vMB 17
696,020 696,020 0000000000000000000532e86313cf1ae2d30a5149f9e190bec9761891a2f34f 394 0.28/1.00 vMB 11
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.