Loading Tool

Explorer IconExplorer

Memory Pool

13,071 transactions
6.06 vMB
0.01774049 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.66/200 MB

Candidate Block

Mining Attempt 93011f45d604ca5fabcd7948cb47b7f7abfdf4bf1a300b1164eff4ee0a864d3b
Version 20000000
Previous Block 00000000000000000000dbf0452f4a1cf39f2a192031068182b97b884588aae2
Merkle Root 07a52a08f22d895c23b44f1b03549fd78d7e6a6db1d208a75920174b9b1e8e60
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,026
Size: 1.00 vMB
Total Fees: 0.00719976 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,446 (684,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,749 228,749 00000000000001502f7835f7923843b1529813b8c186c5a959a435556170c27e 268 0.10 vMB 193
228,748 228,748 000000000000011b7532c6284ab228d439ae77bb0c56a989310a6aac98952407 598 0.24 vMB 183
228,747 228,747 00000000000000a28f96852d056e5eebe061efa003c1aba3c237e37ba178b10c 149 0.10 vMB 107
228,746 228,746 000000000000012d120fa878eff2a241c975406df054255ce4a61f3fd9d71c0d 513 0.25 vMB 140
228,745 228,745 000000000000023ca7715c665ee6fd70e14f8ae95c718f4f39d2333182fe3d5b 630 0.25 vMB 391
228,744 228,744 00000000000001a56909c28285ea6531cfc402e680063c4112a9e763398b9823 300 0.15 vMB 166
228,743 228,743 00000000000000335d704087c963e430bf84adf6d39f3fb1207e9cddd04713fd 363 0.15 vMB 500
228,742 228,742 0000000000000218662c53bffbab12a76728be4f97a607713335a32836813401 101 0.07 vMB 103
228,741 228,741 000000000000011d371a3118a7afef2c2aa70a36be439cea56ecff0b5ef7e37f 287 0.16 vMB 123
228,740 228,740 00000000000001d6cc076b3499d4678ae08c2b31fe0e0edf1078cb106454dc05 512 0.18 vMB 219
228,739 228,739 000000000000020a47376f05bf31e07c42b009a4d0b8142c66e777b3db718ae9 450 0.21 vMB 160
228,738 228,738 000000000000009e5819987b947d6927becac6f47ff4ad1c07da3b83b25084c7 81 0.15 vMB 44
228,737 228,737 00000000000001b1b1d475d39bd70710cf40e2f5e1009e26ebb75f4642ba017c 13 0.00 vMB 34
228,736 228,736 000000000000011469132a111ae1aa092f48b610ab5e4f56abfdd805d2386da7 213 0.10 vMB 192
228,735 228,735 00000000000001c13eed82451c946178dd6a77e0656b1b12d27c60971742c90b 179 0.08 vMB 172
228,734 228,734 000000000000012dbed81c02d67decc634a8a49509b119b427558631d9686b1e 292 0.15 vMB 141
228,733 228,733 000000000000026c746ef69b534341c5d191d362df30d1e7427c24f19cc4ff56 548 0.25 vMB 181
228,732 228,732 00000000000001d399fdb249d7c87ed9a1535aa8e78a1a824bafc78e9cfc5e53 99 0.05 vMB 160
228,731 228,731 000000000000025acf5b57e37de64a65ceb9752d20c1f3dd98084417bfd0a6f8 32 0.02 vMB 163
228,730 228,730 00000000000000f83746ecb0b64305dd2ed5d05808ab256395758baaa45a39e8 42 0.02 vMB 174
228,729 228,729 00000000000000c191a651fc61ad84b1c171b067df120a20bda3eeac9d2ea919 347 0.15 vMB 124
Previous 10 blocks ↓
Total Size: 779.65 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: 306.46 GB
    • Received: 1.43 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.