Loading Tool

Explorer IconExplorer

Memory Pool

84,293 transactions
31.59 vMB
0.13498491 BTC
Random Selection Loading Transactions
Max Size: 189.38/200 MB

Candidate Block

Mining Attempt 460037d44bf11c81877047553c9a8ecfffb5d966f893a98fa24cedb41d92b053
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 1c1d89e57fbf9fa4a2e1c556e73b428fe4f96dc29a808ebcaf0e415fa6c8d0c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,115
Size: 1.00 vMB
Total Fees: 0.05431268 BTC
Feerates: 163.06 > 5.44 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (540,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,246 374,246 000000000000000001c78b8c80efa8d32787ad72f4df6bf706984b9acc90f8da 866 0.41/1.00 vMB 41
374,245 374,245 00000000000000000de810d9948dbed35d4909795a98ed212ca1aa4ae55557eb 2,255 0.93/1.00 vMB 55
374,244 374,244 0000000000000000007b90f1bf9afdfae94b62e7aba042185d8c68f144d2bb3c 259 0.13/1.00 vMB 36
374,243 374,243 00000000000000000c6903f871f082f1c562e062958ea1b74fb4c2d2f4fd29cd 1,323 0.93/1.00 vMB 32
374,242 374,242 00000000000000000043daff0d25727b4994529892c49e4b8ec0a58c5943e6a4 939 0.47/1.00 vMB 46
374,241 374,241 0000000000000000098b2300bf43d37f4d164100041962baf6133c4593bf5142 1,007 0.93/1.00 vMB 19
374,240 374,240 00000000000000000ed8b01b3c4625888a96a8f0e3323a7c5cc42a05cba4b133 2,163 0.93/1.00 vMB 49
374,239 374,239 00000000000000000ce6e4903390684c3ad13253e91fdaa7b66d0405ca91fa41 28 0.02/1.00 vMB 28
374,238 374,238 000000000000000002fdd92833828b52d8a5fcaacff31b4bf0ed630e5425a264 540 0.75/1.00 vMB 9
374,237 374,237 00000000000000000b8cebf0cd4011d006e998176e104a6feb1c6328f626555e 1,283 0.95/1.00 vMB 23
374,236 374,236 00000000000000000d5907acc6ec048fe199ba62403ca6a9990d81383649a463 571 0.26/1.00 vMB 54
374,235 374,235 000000000000000004de19ab0502bd301bbd73f4b782ae4b4122592746f236c4 2,396 0.93/1.00 vMB 78
374,234 374,234 00000000000000000d0b8977f6f16f1c6e54142a29b1c5eb6f47cb27aa6a5007 1,576 0.50/1.00 vMB 103
374,233 374,233 00000000000000000394004caacba872ba5b51875daaa464758079fc0b1c21cf 816 0.93/1.00 vMB 11
374,232 374,232 00000000000000001073999f69996bd89a734fdfd2defccd8ded7951f2f5da2c 156 0.16/1.00 vMB 22
374,231 374,231 000000000000000002e68acb60e9d0e1cd7177ea7c9be1106c3b40c0d7cd7afd 311 0.14/1.00 vMB 34
374,230 374,230 000000000000000010a164afac1ebfcfebf1023eb260858c032783d23825ca97 1,067 0.93/1.00 vMB 26
374,229 374,229 0000000000000000074a44c78d9e3f56db92664fae001827c62fb1af1b9b1e01 883 0.93/1.00 vMB 16
374,228 374,228 00000000000000000dcedc60378d947340de66c96d4d507db38ea0be2850c136 463 0.25/1.00 vMB 38
374,227 374,227 00000000000000000d2c3e9cb2d2a7e9ce3fafaa3caefdb79a790b35729eb60b 770 1.00/1.00 vMB 10
374,226 374,226 00000000000000000fb22b70fd121e5498bf8afd54916ad9c42a4a95905d3f7b 302 0.16/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.