Loading Tool

Explorer IconExplorer

Memory Pool

80,319 transactions
29.53 vMB
0.12752187 BTC
Random Selection Loading Transactions
Max Size: 178.75/200 MB

Candidate Block

Mining Attempt 3a8d6297ad6a1b1618f5fb37a714eac52fa5596dcfaf3fe09039551da3b50bfb
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root c6e4960dbdb6672bca371736d089f69c5af834410320c40e5486dc40778691d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,841
Size: 1.00 vMB
Total Fees: 0.04639707 BTC
Feerates: 477.45 > 4.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (203,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,213 712,213 0000000000000000000110c39de51672716dffe13b86bba474908d9b734c6ed8 2,416 1.00/1.00 vMB 10
712,212 712,212 00000000000000000006c6cfc176a0a0e7d8da2933c8153ede81e987c77d4b45 2,412 1.00/1.00 vMB 7
712,211 712,211 00000000000000000001883f48ddd23c4f024d9249d75277aba1432445a6a8a1 1,452 1.00/1.00 vMB 8
712,210 712,210 000000000000000000021844f23de937bfce6dced67468973a6f4046903d3344 2,520 1.00/1.00 vMB 10
712,209 712,209 00000000000000000007718e1c82b6c24aeba6b5923a095bb19e5aab49ee5b9b 2,689 1.00/1.00 vMB 19
712,208 712,208 0000000000000000000626491b5ca4db6d38bec96138f4c78d57a93691a65cf8 1,834 1.00/1.00 vMB 9
712,207 712,207 00000000000000000001aa22c55857e74de8b777e2ff0057d7b84964be176e71 2,713 1.00/1.00 vMB 17
712,206 712,206 000000000000000000046a6f17212295163a5fe85fc8149250c04a3e00f6f5f8 2,240 1.00/1.00 vMB 16
712,205 712,205 00000000000000000008f3d464e2b52a73e5ac201640f0449f9b45f3bff342d5 2,788 1.00/1.00 vMB 15
712,204 712,204 000000000000000000067e9bd4a3676f17ff5975c4f13b671c4ca3d79a4bdc57 3,513 1.00/1.00 vMB 24
712,203 712,203 00000000000000000001cbf5a141ef4c3ddc909f384a5dd09360a2b9ffc2e36f 3,261 1.00/1.00 vMB 24
712,202 712,202 0000000000000000000028491a2d91475fbdb3a688987a6ba0fb9fdafd1e3911 499 1.00/1.00 vMB 2
712,201 712,201 0000000000000000000459a482625291b9dea064a8cf31a3bcebfd60f4bd1212 1,744 1.00/1.00 vMB 12
712,200 712,200 0000000000000000000090b82090f4416e701038d4d606c9249e1767a63359f8 1,996 1.00/1.00 vMB 9
712,199 712,199 00000000000000000005dd01d270c0adc16561370aba795ce0caf9af685c0ed7 713 1.00/1.00 vMB 2
712,198 712,198 000000000000000000092fcc4a757421f535ddf7cbb1e19c287cd0e5c8e09943 2,055 1.00/1.00 vMB 3
712,197 712,197 000000000000000000068cd482a56522f9f98bb70796291e715c390de1657aa9 3,046 1.00/1.00 vMB 19
712,196 712,196 000000000000000000052b174f132391c4d3d583daf2c6a54cc4c19333f52e87 1,892 1.00/1.00 vMB 5
712,195 712,195 00000000000000000008cb9f097ad594c9cf7fe2b4405611ed7cfb3219207e8f 1,931 1.00/1.00 vMB 6
712,194 712,194 00000000000000000001c8311d8f6d7477b5ed62b786a869ad36180667f6d9bc 1,762 1.00/1.00 vMB 7
712,193 712,193 0000000000000000000797b4aa067206cc53153d56d8f94ae8b82e7085182921 1,466 1.00/1.00 vMB 9
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.81 GB
    • Received: 17.48 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.