Loading Tool

Explorer IconExplorer

Memory Pool

76,554 transactions
28.17 vMB
0.08026956 BTC
Random Selection Loading Transactions
Max Size: 171.75/200 MB

Candidate Block

Mining Attempt c30e97368e2823d3986d81a7f14bc3bb2158fb756ca28be4216fc5e67a32b4d8
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 24ed5f0e8514f714dd5bb6c9b66cb9fdd9d6a79e30bd34bbe8129f29a935335a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.01925313 BTC
Feerates: 142.33 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (133,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,024 782,024 000000000000000000016a7dd0828e7f69aa2cd22cfe98bfa7a8bb5f4b98249f 1,403 1.00/1.00 vMB 20
782,023 782,023 0000000000000000000024bc46fb6af3bfb9319bf45ee80b5dbb8f9d75c67f92 2,573 1.00/1.00 vMB 23
782,022 782,022 00000000000000000004d34da5a442d097b3c8c7751f1b75e088c60277ac203d 2,807 1.00/1.00 vMB 27
782,021 782,021 00000000000000000002112041d099d15965edd16550f7763f53fb5e5311ba78 2,864 1.00/1.00 vMB 29
782,020 782,020 000000000000000000033b27d86e3f6da0bf59ecfa6096d79111e1477db39519 3,088 1.00/1.00 vMB 35
782,019 782,019 0000000000000000000590251fb28e93df87249a948e545537d15c90e5c308df 1,741 1.00/1.00 vMB 28
782,018 782,018 000000000000000000039ee116871f85a3faeb85e71fa645c7069a135479e6a3 3,130 1.00/1.00 vMB 32
782,017 782,017 000000000000000000023b76827a19bbef4f5b29ea941d7ba82f0e439b84b09e 3,030 1.00/1.00 vMB 40
782,016 782,016 00000000000000000004d328656e45049c11e4968bac296a7ddc575900abf01b 2,628 1.00/1.00 vMB 27
782,015 782,015 00000000000000000000697d8a4bafee4cb3da752b1fb2059b63276d2d410eec 2,301 1.00/1.00 vMB 30
782,014 782,014 0000000000000000000401fd28b3ebd0969346ca0d7dd4560b7f64895271113e 1,271 1.00/1.00 vMB 18
782,013 782,013 00000000000000000006078903cfbc28edb8f72c07e882c5f5de00a73b6b2f45 2,482 1.00/1.00 vMB 36
782,012 782,012 00000000000000000006742b46a9c02fa6e84db75b818dcf50c8b51863798641 2,608 1.00/1.00 vMB 28
782,011 782,011 00000000000000000004225a706b38a6592f9a43964a3ef321c5b6a9abb5e817 2,274 1.00/1.00 vMB 22
782,010 782,010 000000000000000000054ce4eb28b9cf00f99e07035cfe6517cbc04c7fc62e88 2,019 1.00/1.00 vMB 25
782,009 782,009 00000000000000000005cd62d79df2ec6ed9536b26b65cdb9399bb19540c5d7d 1,464 1.00/1.00 vMB 24
782,008 782,008 000000000000000000017ca19d4e9e17370a31899b85126dbff11d27ea270003 1,696 1.00/1.00 vMB 19
782,007 782,007 0000000000000000000530c163877a9e3cef833eacec440305b63bed34b12a05 3,138 1.00/1.00 vMB 24
782,006 782,006 00000000000000000005fa97cb75e2ca2e6f258453c9a7678ea53358be7ff290 2,964 1.00/1.00 vMB 39
782,005 782,005 000000000000000000008b8edb3fc14292d0cfcad52935fbb41879895a99e72a 2,553 1.00/1.00 vMB 23
782,004 782,004 000000000000000000022eb74030dd7a9ab2c857af75a289808e42db916cfb13 3,207 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.