Loading Tool

Explorer IconExplorer

Memory Pool

40,535 transactions
17.81 vMB
0.15809974 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.37/200 MB

Candidate Block

Mining Attempt 21b89c63874f8bc65da5bed4f580c14dcb767c785b91d157ffc5801542117bc5
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root e6a0acced019451f5836d32b21d5faf6a6d59f9e0828030a2e08b93bdc622d86
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,207
Size: 1.00 vMB
Total Fees: 0.04739607 BTC
Median Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (749,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,606 163,606 000000000000074eecf1612c1992b4a904da81b82ec9e3023ee52873902823af 161 0.05 vMB 3
163,605 163,605 00000000000005a555ba3281d9d03a926f048f94f50250a56f845d9a292f1884 144 0.06 vMB 317
163,604 163,604 0000000000000aa2d02a7e7df33387d7900c3f9c4ba5559afc3579123868cb73 72 0.04 vMB 89
163,603 163,603 000000000000088b96f3f23090cc563bd4b50d7211ecfeb0b9c333bfc92016e4 45 0.02 vMB 9
163,602 163,602 00000000000000d59ff341bd4a039641a4d38eeee707325399ac3e80a2940814 90 0.06 vMB 105
163,601 163,601 00000000000006d5f1bea7ab15c732a6b757045a47006475d472a5cb6b76fad8 29 0.01 vMB 249
163,600 163,600 0000000000000a79ca3fe7e37010dff0e891c057451bd61096e4aa1777c42a53 32 0.01 vMB 0
163,599 163,599 000000000000099053fb5d1ec8335b099d4dc061439055abfa041d8e5cc6aaf0 122 0.05 vMB 358
163,598 163,598 00000000000000195ec76dd4bb97acb9d6cd0c61ae8f568ec206bd38766215c6 8 0.00 vMB 1,486
163,597 163,597 00000000000000f2403f2cc2281579804e18cec6f3c4d9fa219e7984d37ef669 45 0.03 vMB 101
163,596 163,596 000000000000063cfda06159d936829dd4cdb7475dada991c897e65b6888b731 62 0.02 vMB 76
163,595 163,595 000000000000033b2e484f4381c921039fd6ce43014a60ce764078ad2a557b04 8 0.00 vMB 0
163,594 163,594 0000000000000881baab360d7034eb1afbbfad6b9f49374852ca75e129c74727 4 0.00 vMB 114
163,593 163,593 00000000000000d07b7e37f9df4acd9f6a45ed482a358195748d39d654fcf45a 2 0.00 vMB 10
163,592 163,592 000000000000061aac2771e76cb26fdb626cbf9e8a4848e84926fe7762e3c549 61 0.03 vMB 42
163,591 163,591 0000000000000b5a20f3c6783e33f5972c6efd82d64e9d430baccc4f37b9807b 10 0.00 vMB 648
163,590 163,590 0000000000000979776bbc1f3375fa2c3aabb9aa55155c590199e69f314d8a33 114 0.04 vMB 208
163,589 163,589 00000000000004ff6bc3ce1c1cb66a363760bb40889636d2c82eba201f058d79 69 0.03 vMB 409
163,588 163,588 000000000000057fde1b3f18d81847421f56687e297e13d003384c86d893b4d0 44 0.02 vMB 257
163,587 163,587 00000000000002306ac82976a4d848f0148345184a178924517cfe5673719207 84 0.04 vMB 1,802
163,586 163,586 000000000000049380f18d1d786f2954a294d6aa7f18146f338212f71a46344e 23 0.02 vMB 48
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.51 GB
    • Received: 0.47 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.