Loading Tool

Explorer IconExplorer

Memory Pool

73,667 transactions
28.38 vMB
0.07409563 BTC
Random Selection Loading Transactions
Max Size: 167.98/200 MB

Candidate Block

Mining Attempt 47a9d453ef46ca746740c8cf38ced27bf72cfb32c393a0724184250173b48cde
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 951bd6b4839f2869bf75bccde776a7ed9f03bfffa411f81edfd42957fd593aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,401
Size: 1.00 vMB
Total Fees: 0.01689120 BTC
Feerates: 60.16 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (216,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,205 698,205 0000000000000000000053e088a28f79249519f7e44fc2bff47bf893062e35c7 482 0.24/1.00 vMB 12
698,204 698,204 00000000000000000004c4110f9480f41fc6046f2185b3dfacbec2f98eafd8e8 554 0.18/1.00 vMB 6
698,203 698,203 0000000000000000000d0275d16c245461e93d4403f41bd8c5f708c02bcb7ada 2,184 1.00/1.00 vMB 12
698,202 698,202 0000000000000000000daa88d03e47cb659aaeffa8b6a11bd10fe15443996f2f 389 0.24/1.00 vMB 7
698,201 698,201 0000000000000000000a62d748d78cf7e9f6c3052a38a63532a1180ea74804b8 1,106 0.38/1.00 vMB 11
698,200 698,200 00000000000000000008fc0165053b22559f672fed748059ce94b52ae5970356 1,963 0.68/1.00 vMB 16
698,199 698,199 000000000000000000023cffb6744c7a1d9ac40dc065cdfc5d1d8136b1e3e48a 2,050 0.94/1.00 vMB 38
698,198 698,198 0000000000000000000e3a69efd4463d7415a5c6b6d0b31002b7ff6c3cb1aed3 1,045 0.40/1.00 vMB 11
698,197 698,197 00000000000000000005ea0b51211965f8a8d8e149bd0b59cbe63d66ae6de911 1,613 0.63/1.00 vMB 9
698,196 698,196 0000000000000000000069013c371d26706c9c7db9ac9cd05f24e1f7d88cc35a 361 0.15/1.00 vMB 7
698,195 698,195 000000000000000000015bf07128479ec6096ec0624a75d9c649cdbed3d81016 2,651 1.00/1.00 vMB 9
698,194 698,194 0000000000000000000c3687ca0ced71d5e82d2754ea8306f879b672c752faad 2,668 1.00/1.00 vMB 11
698,193 698,193 0000000000000000000eacbc31e32c8940092b6115430b192073d5d840c4630f 1,647 1.00/1.00 vMB 8
698,192 698,192 0000000000000000000947a42e2c492ba4745b3e405aa5c1f47ffaaee330613a 2,825 1.00/1.00 vMB 12
698,191 698,191 000000000000000000067cedc3b380d6968acd3d9aca30541542a6555556fad5 3,185 1.00/1.00 vMB 5
698,190 698,190 00000000000000000001b6a71b039a98b47669e61a14c0e8c020d4b3c67cb7ab 2,908 1.00/1.00 vMB 15
698,189 698,189 00000000000000000003e76cd0dbf8a196713523ac96f54a85cc3519e203a881 1,049 0.33/1.00 vMB 10
698,188 698,188 00000000000000000009bebe57fb829b150a7f80168e5e5c0bfab4481c1ca8ca 363 0.14/1.00 vMB 10
698,187 698,187 000000000000000000093e93d3e36703e29048e1648001dc1e0a9fc527fd27bb 929 0.41/1.00 vMB 7
698,186 698,186 000000000000000000048853fe3daa12520a8e026c86c630b6bf1f16101cd05b 552 0.30/1.00 vMB 8
698,185 698,185 0000000000000000000656c8ab637466318d1a9a1b4929124d2545211b5ab1a8 1,299 0.91/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.46 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: 667.84 GB
    • Received: 15.30 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.