Loading Tool

Explorer IconExplorer

Memory Pool

49,682 transactions
30.43 vMB
0.18545496 BTC
Random Selection Loading Transactions
Max Size: 162.89/200 MB

Candidate Block

Mining Attempt 3b60e7756f39f852432d2ca5eca3746cb17a5aafc9ae89569ffb84f16072e428
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 48a3a2021727b0c75ea72ee11ea7844f6a1722bd264001f704866fcd2df7ccf6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,792
Size: 1.00 vMB
Total Fees: 0.10032837 BTC
Feerates: 261.10 > 10.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (335,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,814 578,814 00000000000000000002d9a915317891ee58ef21c0c862184ee8080951618e51 1,299 1.00/1.00 vMB 55
578,813 578,813 000000000000000000178820076ae0dd5712f9dad1cf01b920c24b6539fa95db 2,395 1.00/1.00 vMB 127
578,812 578,812 0000000000000000001a09a50c521f82fe8d2b06b174995636a3299143b0eec6 1,879 1.00/1.00 vMB 150
578,811 578,811 00000000000000000018262f68c847369a6af34b06efd0847ce5429ae5c16cd5 1,637 1.00/1.00 vMB 20
578,810 578,810 0000000000000000001686a774b49888f00b765d1de2756613e1cedf1c75ed17 1,683 1.00/1.00 vMB 25
578,809 578,809 0000000000000000001ef75ea14582ce78bc9d6612c8b50f60df9e73d49b34d6 1,973 1.00/1.00 vMB 34
578,808 578,808 00000000000000000011fb7247eedd0bd654b595f97e3734919e029264853a4f 2,682 1.00/1.00 vMB 35
578,807 578,807 00000000000000000004e8147a7332e0c265b65c3668fc249d79474ffc2cdad5 2,587 1.00/1.00 vMB 114
578,806 578,806 00000000000000000007cf988112fc4db52d4907ec507a3eb7ea4a7b5cbda2b1 2,591 1.00/1.00 vMB 69
578,805 578,805 00000000000000000018393d9a49098f433da0aae431e4ee211e498fff95efc3 2,677 1.00/1.00 vMB 191
578,804 578,804 0000000000000000001cfbcce5b63df4ae5bff6b70fa351fda0e7ce6c469bee9 2,590 1.00/1.00 vMB 107
578,803 578,803 00000000000000000019a0afbed3533e247ab66acb88b109306fd40c076e7958 2,496 1.00/1.00 vMB 186
578,802 578,802 00000000000000000009f0d8d9b1ac2a2048a5441413393e9aaf5f5f45c6a8d8 1,746 1.00/1.00 vMB 79
578,801 578,801 00000000000000000021f00b69b068d0d10b754a644d455faba4371cee4aa7db 2,292 1.00/1.00 vMB 65
578,800 578,800 00000000000000000000418aad723880ed061e488f7b46bc95282fd6b1478c11 1,757 1.00/1.00 vMB 24
578,799 578,799 0000000000000000001b05c809263a5ce4915227002b810494a65da32627beb6 2,235 1.00/1.00 vMB 42
578,798 578,798 00000000000000000002ea6510f54ce9d16386a06b8a1a43fce07fc5c9f1f38c 1,636 1.00/1.00 vMB 59
578,797 578,797 00000000000000000012347aa016578e9dc0a0b7076243ac41e2142715f4f0c2 2,490 1.00/1.00 vMB 85
578,796 578,796 00000000000000000019d34240b48fecdd74647f866b3a94ea986b4d9c5b0f14 2,607 1.00/1.00 vMB 199
578,795 578,795 0000000000000000001b7dcd840d3010dc0f1af38ac32401ef0a3c971c48d453 2,468 1.00/1.00 vMB 9
578,794 578,794 00000000000000000019b24eed78b253f8dbb75fea5b68cc2c673497b6472635 1,807 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.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.