Loading Tool

Explorer IconExplorer

Memory Pool

21,856 transactions
10.76 vMB
0.04668366 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.82/200 MB

Candidate Block

Mining Attempt 3a0b4b22b723837ee6df353059f4a32abf184e8c9f24578a2ac88fc42492a62d
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root c3a65046b86a7764ded6feb80fe7ab733b708fdfaad16f85a0e37bf7ba6f18a5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,823
Size: 1.00 vMB
Total Fees: 0.02824571 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (740,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,037 173,037 000000000000084a837eb844d17f828d460749d3bea65c7d1a17b1d72314c2ef 66 0.03/1.00 vMB 136
173,036 173,036 00000000000003a6f3f589a0a93f3ab2c5ac57ee9efeef6b8bce6cc98a4e4761 1 0.00/1.00 vMB 0
173,035 173,035 000000000000047ab1feecf01cd393dfed0743cef1f5cd547a11a060a5ab6302 15 0.00/1.00 vMB 0
173,034 173,034 00000000000001ebd0c9e837d599f859d32a0a81289ebdf26e54be65e273351c 153 0.05/1.00 vMB 143
173,033 173,033 00000000000000072451b691a563720f5049ba52f1f712fe5e6c0ffdff60a80d 21 0.01/1.00 vMB 175
173,032 173,032 00000000000000ab936ef633e66400569675dfa7d7e121f7561d93f9d8a30a9e 10 0.00/1.00 vMB 110
173,031 173,031 0000000000000164196688407f240c255c976eb2524e0feab50f601b811732d1 133 0.04/1.00 vMB 95
173,030 173,030 000000000000068da4f9dec6219799d17184fac2ab8b5274ded105d231593619 17 0.01/1.00 vMB 75
173,029 173,029 00000000000007e133606dd4d2b0950cb3edb28f7a5f6e6e55080121aa139fb5 52 0.04/1.00 vMB 64
173,028 173,028 00000000000002ffa05b8fec71c212b92460111901b6ae3b7273b1b8777165ab 56 0.02/1.00 vMB 36
173,027 173,027 00000000000001cef60123b7b7af25619cd7903dc7cefc4876bf47a52a768f59 10 0.00/1.00 vMB 19
173,026 173,026 0000000000000301e0a8bee9c42954e12a81f94e93dc9621c8366636dabb29fe 37 0.01/1.00 vMB 137
173,025 173,025 00000000000008b41b76a72e853c2bde01bce13c01ade0b4c7fbe8128b73b67c 9 0.00/1.00 vMB 52
173,024 173,024 000000000000065196a83b22cf108200fd83e10489c0a323e33354831f428021 22 0.01/1.00 vMB 113
173,023 173,023 00000000000003cd306e9605cba937b6ac95bb6c7a44d61fed44d2845bc2d869 30 0.01/1.00 vMB 107
173,022 173,022 000000000000098ac8c374a7a0b5e4769ce870b14d19d08e2bf7f26390fb6bcf 40 0.03/1.00 vMB 58
173,021 173,021 00000000000003a8dcc3597e804029dd1f442100dec6a59b2b262b1315d0fba1 108 0.03/1.00 vMB 82
173,020 173,020 00000000000009ddb6b8b34088b90082c6452edddb3606c99d054099cbdfccfe 9 0.01/1.00 vMB 108
173,019 173,019 0000000000000564e255f8c764dbcc4eee2e96164a0c7f1f35bc463e942eb9ea 39 0.02/1.00 vMB 53
173,018 173,018 0000000000000486e8b94a5a0e751247d350da7fe116027b72750f089b8f1a60 30 0.02/1.00 vMB 36
173,017 173,017 0000000000000072e1be56e18179f1ed7efe2743b8460a1d6dbb08f37e63b62e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.85 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: 433.36 GB
    • Received: 2.37 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.