Loading Tool

Explorer IconExplorer

Memory Pool

79,945 transactions
30.09 vMB
0.08917470 BTC
Random Selection Loading Transactions
Max Size: 181.34/200 MB

Candidate Block

Mining Attempt 378a85da92bfee4b216d6a10a355b8b68f3ca85913d1cb3c03e58bba5885a0f7
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 7ed75500425c64738d6269f7c9ada5bafcc8a9cac709ccb38d3cea38f0119328
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01897632 BTC
Feerates: 40.21 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (599,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,244 315,244 00000000000000003798fac37a9b831ea447bafb973ac64a00dee7686ecfc036 887 0.54/1.00 vMB 22
315,243 315,243 0000000000000000283e4b28c50b60cfe668f265d649b05d6e7337072c286bce 79 0.04/1.00 vMB 21
315,242 315,242 00000000000000002edea3e1900076dc0a20388e86e092ccf1fe0fd013bc7434 123 0.05/1.00 vMB 33
315,241 315,241 000000000000000026edc4e44126c561ce85b20b8b14aacbc8eceb204305c4bd 934 0.51/1.00 vMB 47
315,240 315,240 000000000000000005ba073e00b2ef405f981e29a0ab69e5bc0c3facf3f1d651 87 0.06/1.00 vMB 21
315,239 315,239 000000000000000033c25cd85f5d0d0b531648d552409013803c5c2eb954f822 45 0.06/1.00 vMB 2
315,238 315,238 000000000000000005f3819fa8604879007a4c849a5f28aa8328ad03251566e1 226 0.11/1.00 vMB 28
315,237 315,237 00000000000000001038c234f54081ba799321e490b37cbe8ac7ba572573380c 834 0.64/1.00 vMB 21
315,236 315,236 00000000000000001255e69e399e545b3db6d02103e01bb292f1be5f697e3e78 541 0.28/1.00 vMB 25
315,235 315,235 00000000000000002323c7ea3a1e4830330d46072f6cf65a16ad28efd03d6125 79 0.06/1.00 vMB 24
315,234 315,234 00000000000000002ba0f97afb4fb835d811070e50383fba521e14258e418ed8 140 0.11/1.00 vMB 14
315,233 315,233 0000000000000000104e6161a017b169525e6486cac4bd046108cfd74164d996 64 0.05/1.00 vMB 20
315,232 315,232 000000000000000031aa353f950d57294e7540b54cfc64ad68bc4e6a7761bd82 289 0.16/1.00 vMB 20
315,231 315,231 000000000000000037047783d482d8a08a658a012e24e300d849a78736b51637 940 0.53/1.00 vMB 28
315,230 315,230 00000000000000001fe80e80727f74f34555c0dccb1488c4bbf9c7b5bbbb4503 246 0.14/1.00 vMB 26
315,229 315,229 000000000000000031003b23883ee8c744cad5ca115c9c5572b27dc523dafd11 566 0.30/1.00 vMB 27
315,228 315,228 000000000000000005af8f6698db03199ad296138df1195aa407229f8c1f4727 128 0.04/1.00 vMB 46
315,227 315,227 0000000000000000067260193f85de1a1450170a64efcf1042e2406eecc63a1b 163 0.09/1.00 vMB 24
315,226 315,226 00000000000000003718220aa5008c8a5a04808ac4c73c44b3465c8ffa04afab 330 0.16/1.00 vMB 56
315,225 315,225 000000000000000035aa6df89d41ae551af371d30094ec88ffde0ad16ab9152f 158 0.10/1.00 vMB 24
315,224 315,224 00000000000000001ec9814b97cd50ad04ca009a396e7b4273be64d260a008a5 67 0.04/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.64 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: 672.44 GB
    • Received: 16.24 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.