Loading Tool

Explorer IconExplorer

Memory Pool

43,269 transactions
27.11 vMB
0.06082018 BTC
Random Selection Loading Transactions
Max Size: 142.61/200 MB

Candidate Block

Mining Attempt f5799bd203f341b7baf1b608879afbdfe130af051cea7f9e7b6069f4cf4e4c76
Version 20000000
Previous Block 00000000000000000001393e5ce3f8a59f99bebbb69375245f35d67e782190a3
Merkle Root 597e382bbbbe435fe158fdb153700afd1ee390887b6f0d39caf5aa58a3a96995
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.01027672 BTC
Feerates: 40.21 > 1.03 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,905 (508,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,247 406,247 000000000000000000e1834b61739698b93a35918bcb68527577f88982af7139 1,001 0.48/1.00 vMB 36
406,246 406,246 0000000000000000018064555a11b2a063511fcbdcc80261fbe537da4541a823 1,499 0.85/1.00 vMB 34
406,245 406,245 00000000000000000233afc5b5727fffb8be3a6dfb490a16cfa973518d6e0bd6 365 1.00/1.00 vMB 5
406,244 406,244 000000000000000005b5cfd3af5d375e0e09dd4648afea6a88285e97a1de9c85 769 0.36/1.00 vMB 39
406,243 406,243 0000000000000000061807d457f243eed320123526b6a7212b6bfaa6c566320f 295 0.16/1.00 vMB 36
406,242 406,242 00000000000000000620ac8ee4b874e572e98fa2c427acd79e0557b7d70b2b15 1,678 0.71/1.00 vMB 37
406,241 406,241 0000000000000000029efcfb0eca95be56df8ad9f605e133eb6f134879b5ff47 817 0.40/1.00 vMB 28
406,240 406,240 000000000000000002a0b458dc3c02f4c3003a97e098cbcfcb40471694c82fdb 1,879 0.78/1.00 vMB 40
406,239 406,239 000000000000000000c829fa8f8c8d85a6c9afdc965c61bcba1b00a1030fa996 461 0.27/1.00 vMB 27
406,238 406,238 000000000000000000dbf623dd50e6467a323ad7b58204b2eddc792b678b63c5 878 0.43/1.00 vMB 31
406,237 406,237 000000000000000005666eb0d00dcd80398d6f35055f77a1ecf25736869fb2c8 119 0.05/1.00 vMB 32
406,236 406,236 000000000000000004dd51025678ad00a8a5a266b6af80964feecc95be3c2f14 92 0.04/1.00 vMB 53
406,235 406,235 0000000000000000036d572407560812c9a6aca908a5b280af49b01ec84dc936 1,593 0.77/1.00 vMB 44
406,234 406,234 000000000000000000c933758dc1a3a0f111ebf736fa2ae83d2ea309f6b77daf 1,318 0.99/1.00 vMB 24
406,233 406,233 00000000000000000331a3f7be4eb01db2ae7664ae8ec7a3d4d2a2961e6806b2 2,197 0.92/1.00 vMB 45
406,232 406,232 00000000000000000068de9fcf05dcc58f6fae9098c33adfb44dfccf7ff03edb 1,021 0.66/1.00 vMB 27
406,231 406,231 0000000000000000022c4f07e569abc8232b1b8c64db0b23b87001f03d836f5c 2,513 1.00/1.00 vMB 40
406,230 406,230 0000000000000000055312d08e899970d6781727e43a9f10bfe67be0b92fb9d6 3,162 1.00/1.00 vMB 56
406,229 406,229 0000000000000000034a02ebcab89d6bb0097ebc0fb80946bba8df581d9d4ca6 66 0.03/1.00 vMB 42
406,228 406,228 000000000000000000859a99460b6644fc4d3311bcf5cadc9ee26f416af54fe9 674 1.00/1.00 vMB 11
406,227 406,227 000000000000000005dcac3948f71c0c1813b4170a1ed9eb83d6febf15b9805d 677 0.30/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.22 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: 654.73 GB
    • Received: 14.18 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.