Loading Tool

Explorer IconExplorer

Memory Pool

80,772 transactions
30.16 vMB
0.12270900 BTC
Random Selection Loading Transactions
Max Size: 180.92/200 MB

Candidate Block

Mining Attempt 8e744611b2a5dda8a4e7abbe2958644bf96b84933128999792fa45771da818d9
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 80091e3256741fb17e5aaa577820feeb12616b3f50f499c568abcd351ca418f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.06094454 BTC
Feerates: 180.34 > 6.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (285,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,215 629,215 00000000000000000000737a0f4515d42a71bb3652abce60a572c27ff2f2ca63 1,407 1.00/1.00 vMB 67
629,214 629,214 0000000000000000000abaee9e467713a33566760ce81d8aa38e25104cca2e67 1,318 1.00/1.00 vMB 91
629,213 629,213 0000000000000000000927b4a844f31e1dbb0586e6d1ddee34531efb7bc0dd70 2,527 1.00/1.00 vMB 45
629,212 629,212 0000000000000000000579c57a57f174d85399e988ca8fcdcd43e6f7fa8e2f1d 2,059 1.00/1.00 vMB 16
629,211 629,211 0000000000000000000d9cc496f5aae75804c2493e830d37867a77d34935a757 2,367 1.00/1.00 vMB 12
629,210 629,210 0000000000000000001082cfb3140f80aef3cbe4dfb5f7e7ea452e392f1208e1 2,345 1.00/1.00 vMB 51
629,209 629,209 000000000000000000052e0b8d7cbcfaea2914ca0b8315dd383e3c1a48c3365d 2,441 1.00/1.00 vMB 53
629,208 629,208 000000000000000000025547432d01e8e3638549d45ba6202980f7f61c3436f9 2,512 1.00/1.00 vMB 51
629,207 629,207 00000000000000000002921e1c0280d938bbbe9fe6d4080bc9f0363238c65e6f 2,648 1.00/1.00 vMB 96
629,206 629,206 000000000000000000015bd4cf89705fe6dafe9121d96c1bbe0df152fc213ec6 1,063 0.76/1.00 vMB 13
629,205 629,205 0000000000000000000e434107e1e603528ff639851d2cc8181f0d3f4e80cc4c 1,802 1.00/1.00 vMB 8
629,204 629,204 0000000000000000000594675d3f98266c8316f1e0746d07296781419734a914 1,837 1.00/1.00 vMB 59
629,203 629,203 000000000000000000006290578962b3e2c87bca219dedc01c8570c5a28b8dac 2,712 1.00/1.00 vMB 43
629,202 629,202 000000000000000000082f5f83317be63385419b9e9a7222663a836a500c0ea6 2,250 1.00/1.00 vMB 19
629,201 629,201 000000000000000000006d3c15d65d691d46db23b28e02ee8613736e52d3aaab 2,008 1.00/1.00 vMB 58
629,200 629,200 000000000000000000071ec98fdc979c5103a97b96aa01d541bee73a44368c23 292 1.00/1.00 vMB 7
629,199 629,199 000000000000000000039a8b8181161e9f7310f344ed783548b57c514e6809ed 2,202 1.00/1.00 vMB 35
629,198 629,198 000000000000000000042c13f101b08a3bfdc4d4720e1d8a33e71e6673078ceb 2,342 1.00/1.00 vMB 4
629,197 629,197 0000000000000000000d7ec9e44e19936fb4d5270677537b71ceb49dc15f145a 2,269 1.00/1.00 vMB 58
629,196 629,196 00000000000000000009472ad9081edfac1020f7c3fbb92bc6f463849880bf52 1 0.00/1.00 vMB 0
629,195 629,195 00000000000000000003f40bd431866e469284327f6d96e14ad153c0e1ad2aa4 2,344 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.