Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
28.95 vMB
0.07833311 BTC
Random Selection Loading Transactions
Max Size: 175.53/200 MB

Candidate Block

Mining Attempt 8fa247f82cebce9d12f0ba5e9584b130c819dd4447631c19578b4a10bfe0841d
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 7dcb3ad0ddf73b0d66acaddc90da91dc199f4e5f062f98324fab6b4a54ba5c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,456
Size: 1.00 vMB
Total Fees: 0.01784476 BTC
Feerates: 100.81 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (235,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,228 679,228 00000000000000000002fccb1d3beb05522ddfeb1b2cd7a4919c4fecdef96ce9 3,753 1.00/1.00 vMB 156
679,227 679,227 0000000000000000000020fbd1b213e1c6fb992c8cd82cac2ce9ea844fc54ac9 1,352 1.00/1.00 vMB 97
679,226 679,226 0000000000000000000424e6f4d98ea0be14a7b70b8d9f53af021c870cf3b220 1,085 1.00/1.00 vMB 90
679,225 679,225 000000000000000000074e281ef4b68b14f094103383699d8b9018a21e6a59d4 1,966 1.00/1.00 vMB 90
679,224 679,224 0000000000000000000483059f07473f5fb359d1906fba76c46523b2f171354a 2,851 1.00/1.00 vMB 115
679,223 679,223 0000000000000000000752d554eb30154106063e9c90bb84bead850dce35ded6 1,388 1.00/1.00 vMB 92
679,222 679,222 0000000000000000000247844a36d1d445669da26e69b97118389eef77a5b7ed 2,566 1.00/1.00 vMB 110
679,221 679,221 0000000000000000000b9060bf2a4975096349008eff45f20301a946e1a2ecc5 1,419 1.00/1.00 vMB 94
679,220 679,220 000000000000000000016ef690a48dc86a3124b8efa242bee5f35248a6ee8ad8 1,789 1.00/1.00 vMB 95
679,219 679,219 0000000000000000000b21db92b60cf5efe98aad9b5b31ade6c8a2002221817c 2,459 1.00/1.00 vMB 104
679,218 679,218 000000000000000000009ddaa5c9c27dfc2626e430a7e7cb8e09c3e5a0281fac 2,367 1.00/1.00 vMB 106
679,217 679,217 00000000000000000008b5524bd11d0be1e08df5ff21b372f8d9df6419de9afa 2,535 1.00/1.00 vMB 98
679,216 679,216 00000000000000000000f2550800e59f6cd6f2610b9e5a2bcc407a4a5fcc6906 1,108 1.00/1.00 vMB 102
679,215 679,215 0000000000000000000ab982a3599384497bcb02b198963fb569f5eaf3ddb4fb 2,428 1.00/1.00 vMB 115
679,214 679,214 0000000000000000000ad6fdd3fd149bbf6d99c28a4d6a1068ea3db2c5249c66 2,039 1.00/1.00 vMB 112
679,213 679,213 00000000000000000001ec906099e00aa4aa44ec646a476f8608398a446bbf71 1,212 1.00/1.00 vMB 99
679,212 679,212 00000000000000000004c1cadbce2c1741e260f559a4b8d12182716384f7d62b 401 1.00/1.00 vMB 98
679,211 679,211 000000000000000000037864955da056537206229e5e5ae3e08fbe3dfb770d68 784 1.00/1.00 vMB 98
679,210 679,210 0000000000000000000a7f3166da73cf11ba3011c8272d49e8d6245b92b8ddb1 2,587 1.00/1.00 vMB 106
679,209 679,209 00000000000000000009c5d2ea0262dcbf69119ea7ec167a427fc0ab08da96b3 2,635 1.00/1.00 vMB 112
679,208 679,208 00000000000000000003de192dfdf4287c5061187132aa3feb133ebca162ae32 2,874 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.