Loading Tool

Explorer IconExplorer

Memory Pool

17,841 transactions
20.74 vMB
0.02984384 BTC
Random Selection Loading Transactions
Max Size: 107.41/200 MB

Candidate Block

Mining Attempt b09f32cde4ec0d509f7c7eeb66f304d309e749cbe758d5473b1633528505f5af
Version 20000000
Previous Block 0000000000000000000025614741a5399746f33a8769b112cb0c9dd12dd4ea1e
Merkle Root ca9ab6726622e6a244c010a77db72a3472e63f9cec8fb19cd6c4aaf4d507c42a
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,461
Size: 1.00 vMB
Total Fees: 0.00697238 BTC
Feerates: 200.90 > 0.70 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,089 (63 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,026 941,026 000000000000000000002da1b3c89dd6b4960fd51ae734ad337094c09cea6c16 3,114 1.00/1.00 vMB 3
941,025 941,025 00000000000000000000a891ee74ee2a783de5b50f2330355723ce775ec06ba8 3,347 1.00/1.00 vMB 4
941,024 941,024 000000000000000000004f6c65fd54ae0aa17dc815e60fc87cddb6245623ea67 3,989 1.00/1.00 vMB 5
941,023 941,023 00000000000000000001d8fc3a96a5ba3589de80c5e1dd1c494cdba026c83eab 3,824 1.00/1.00 vMB 7
941,022 941,022 000000000000000000007e458d1d01e0afdb4bc783d6004f519eb52ce172705b 3,118 1.00/1.00 vMB 2
941,021 941,021 00000000000000000001b6b56badd24d30cef30ae021b9327c3c7b4056a70da5 2,993 1.00/1.00 vMB 3
941,020 941,020 000000000000000000017d164b5a572d1f9214b6d9aaab83252a04ed55095515 3,792 1.00/1.00 vMB 4
941,019 941,019 00000000000000000001ee84b90d77e07d3d1d5dc3ef73b245184b550dccf0d6 3,895 1.00/1.00 vMB 6
941,018 941,018 00000000000000000000ddaa4b2b2ebc6b25b6e533d3d4f26a55acdedf43938b 3,571 1.00/1.00 vMB 5
941,017 941,017 000000000000000000006d20e3e2e291d70c5e544acc3558753894f5087253f6 2,762 1.00/1.00 vMB 3
941,016 941,016 00000000000000000001df4a041fa6bcb400ca9c7639463d3ce18b1c91d07f0f 2,961 1.00/1.00 vMB 3
941,015 941,015 0000000000000000000133d0e108ad6754bb4ad438f2aa96937f7131add52acd 2,008 1.00/1.00 vMB 3
941,014 941,014 0000000000000000000148e1670b7eb8cefa133886af9dbf9c53302c0917494d 2,256 1.00/1.00 vMB 3
941,013 941,013 00000000000000000001156f1ff0c6604f50c2d8c556ca8d789121937326a1d8 2,151 1.00/1.00 vMB 6
941,012 941,012 000000000000000000019cd3e409d806a5c03b08da2bec7abfe7c8dbf885fd0a 1,870 1.00/1.00 vMB 3
941,011 941,011 0000000000000000000138838f62570763b8607e12e3a70b843f872ccd65758c 1,735 1.00/1.00 vMB 5
941,010 941,010 0000000000000000000185e445e7631a3dc560a6575c74fcdceb8d203c6177bb 1,463 1.00/1.00 vMB 5
941,009 941,009 00000000000000000001e8367efa721399af4313b1116060638d98649ffbe899 1,941 1.00/1.00 vMB 6
941,008 941,008 000000000000000000006fa0663cb91d4890e882dc09346ac4e03e6debe146d2 2,819 1.00/1.00 vMB 5
941,007 941,007 00000000000000000000fcaefc6c3faaa637f8301e8ef36a0ac35eb53793b3d0 3,362 1.00/1.00 vMB 3
941,006 941,006 0000000000000000000027c767d5d9cb5083822795a27bf2ff2c7f10cc614875 3,237 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 828.71 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: 4,614.65 GB
    • Received: 248.59 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.