Loading Tool

Explorer IconExplorer

Memory Pool

44,655 transactions
27.39 vMB
0.09523429 BTC
Random Selection Loading Transactions
Max Size: 144.70/200 MB

Candidate Block

Mining Attempt 61b8f433e9738829cb08e28a81d47bcba8f96d14d3b50adcf7bf3ad7cbbab995
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 84cb6bc89422cf05174e677a74eb1b39ed376e1faa82b9155b2f9d5c37a36945
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.04393071 BTC
Feerates: 150.75 > 4.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (149,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,179 765,179 0000000000000000000797793f55b1fae28d380ca2e7132321f390a9bce5b357 3,066 1.00/1.00 vMB 29
765,178 765,178 000000000000000000008c738b2cc7a3dffb47a89fe16713cc6c1ee1f0a5b73b 2,327 1.00/1.00 vMB 35
765,177 765,177 0000000000000000000410fcb54c86df13bb51507b17f0baaac822bc7f314821 1,753 0.93/1.00 vMB 12
765,176 765,176 00000000000000000003efaf55043b232dc9afcddb0e54d1b6fb0099a401f5d2 1,450 1.00/1.00 vMB 9
765,175 765,175 0000000000000000000555c82727d17215f7bec55d0799a7347873dbc9deec4d 3,234 1.00/1.00 vMB 26
765,174 765,174 00000000000000000000b7f959094a0e5acd2c52fe7e652c1305a3892b799d65 678 0.29/1.00 vMB 10
765,173 765,173 00000000000000000000586816db6f03c562053b3a4412a05815d0b8158ef4d6 1,617 1.00/1.00 vMB 7
765,172 765,172 00000000000000000000ea37ba9657fe7e93f49c59cc8ff6c7da727980856711 1,902 1.00/1.00 vMB 14
765,171 765,171 00000000000000000005146d102260fa75c13ae66b067066c8c544818cfdad28 2,858 1.00/1.00 vMB 13
765,170 765,170 000000000000000000002786e0c6e1fb3ae48a0ec6ef7c579b3034de0a91e671 3,006 1.00/1.00 vMB 22
765,169 765,169 0000000000000000000435540165d6ef3f234a63b643dded9d82efffd5baf6c7 3,761 1.00/1.00 vMB 34
765,168 765,168 000000000000000000045a5b63769f5b23888b5e2180ed659185d6d7222c9cc8 2,566 1.00/1.00 vMB 24
765,167 765,167 00000000000000000002ded4124195ec17c464ea28fe512d0f7f5f12a8310e3f 386 0.70/1.00 vMB 12
765,166 765,166 0000000000000000000175adfe6b7b0abdfc220210d5f8efb874b094a2cfca51 811 0.35/1.00 vMB 15
765,165 765,165 00000000000000000006b7e2a7110c174f21633adbe955c8f86f36699bba6716 696 0.26/1.00 vMB 17
765,164 765,164 0000000000000000000449265d3cc22fc0103d8319083b53307179d15d2b31ad 2,482 0.98/1.00 vMB 16
765,163 765,163 000000000000000000002b39e062e65add07386ac070d6437697ce3e974baa0d 3,078 1.00/1.00 vMB 21
765,162 765,162 000000000000000000013db6c982e7c3f3da528e2a600e364097d4216b3d9ce7 983 0.40/1.00 vMB 12
765,161 765,161 00000000000000000002f4ba8e75d43741c0920773fb842978742305d5a3260a 1,232 1.00/1.00 vMB 9
765,160 765,160 000000000000000000015d67be13322b4fa6ebcec69d45096f7d617cf0b7ab3f 2,648 1.00/1.00 vMB 20
765,159 765,159 0000000000000000000138e4bd9025d00dbc4a177005f33f0db0eee7bbbe9519 848 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.