Loading Tool

Explorer IconExplorer

Memory Pool

17,141 transactions
7.31 vMB
0.06084337 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.66/200 MB

Candidate Block

Mining Attempt 8e53fb6ba1a23927126a744bb83a83d3a1ed470c624e9495091ac4f7b1ee4ba3
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 526a49ed82e2c1a78907f409eeeeaf378363a33bc53bea87353d5da396c7bae4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.03912364 BTC
Median Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (652,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,029 261,029 000000000000000fb9fecfb42278fa1aae08843081e0323c939b19a09269a4d4 245 0.15 vMB 72
261,028 261,028 000000000000000e97970b8555e81ccabcd162db1eb1c9ea18f08885c2227901 89 0.05 vMB 54
261,027 261,027 00000000000000098d06919a181704c41f7a2cc9ccbd8f929c7b9b83b5d34c24 289 0.12 vMB 95
261,026 261,026 000000000000001404a243e9cbf997466427587a96a22f10ae2d230d10efafd5 267 0.11 vMB 122
261,025 261,025 000000000000000bc711861f491033d1c0a06690068270dbfea416f2a27d23d5 108 0.05 vMB 98
261,024 261,024 0000000000000012220e1f2b3f8a1568f536d351b5cfd48850c1624ed9d70240 153 0.10 vMB 31
261,023 261,023 0000000000000002e908a1d648f3c877ad6d9b8262410c80608cfc0ebfac4469 574 0.25 vMB 112
261,022 261,022 000000000000000f242946f7bff9be7d0657f2595a77610c7715833b3613dd6e 131 0.09 vMB 81
261,021 261,021 0000000000000018d7131eed8205133230eff3f1b53c83ceb38e6e55f545a146 28 0.02 vMB 112
261,020 261,020 0000000000000002a9c54bf603e6d461fc3a0b5b468345b087288d5796c313e4 81 0.04 vMB 81
261,019 261,019 00000000000000165bf90d418d09c92a1c017d5c2508fd307a440855783803bb 87 0.08 vMB 18
261,018 261,018 000000000000000e6d8f7dc786ac32c1e0ad21fda97158785e4ebb7fd370248b 100 0.08 vMB 55
261,017 261,017 00000000000000128a2ec80b0651b517aed531dd292cb987f59809f232873a2e 151 0.14 vMB 57
261,016 261,016 00000000000000155ae06974505a748caca393b3877eb2416da379d10819bc79 86 0.04 vMB 103
261,015 261,015 000000000000001a483e1181abd2d07e2cc77662e6cfa9e3133b61d4855a6931 136 0.09 vMB 87
261,014 261,014 0000000000000007a7388522bd0f1b53b424ca9cbd5b52bf0c07d34d3d540be6 108 0.14 vMB 71
261,013 261,013 00000000000000183db9374c6fc869fbe6a1b318dd7185ac6682920019273ce2 77 0.03 vMB 103
261,012 261,012 0000000000000008417c743acd397423aa21f9a77c17848814edb9e889c3cccc 250 0.11 vMB 105
261,011 261,011 000000000000000e92492ba6fa76e330f778b1278aa17a7af0bf8771db5caf48 40 0.02 vMB 191
261,010 261,010 00000000000000187bcabd16ef549fed3c61bfd4c0d72eab0d8ab6fb28b9a189 123 0.05 vMB 81
261,009 261,009 0000000000000006210fc30b11dbc964ab10e34f25f5a15e524b7963bb6a307a 479 0.17 vMB 66
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

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