Loading Tool

Explorer IconExplorer

Memory Pool

81,962 transactions
30.90 vMB
0.08540133 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt 19e7b3bc6881d4e2211a40b70c11286f357624b7ab637c19f5a2e12d801e578a
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 186b88048d4b2f82794472b5c05b0c6a18f3f53db9f4f5aa9681d347cac761cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.01571555 BTC
Feerates: 100.00 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (540,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
374,225 374,225 000000000000000004612e15166be028609e3e627977211ff872364b9bbcb644 671 0.93/1.00 vMB 11
374,224 374,224 00000000000000000b30bcd80eac5de2d6135f7fc885f07b402b4270baa01b65 925 0.93/1.00 vMB 22
374,223 374,223 00000000000000000ec5e52abf66f002e9767d940308b5ccd2e33cc3fb77c7e7 1,955 0.75/1.00 vMB 63
374,222 374,222 0000000000000000039af2d6529f761027af87157f6a4cf13abfbe75ed281e39 830 1.00/1.00 vMB 12
374,221 374,221 00000000000000000d9bbd9a5d127184536fa844dbf184a91219df7be1f7ee08 119 0.05/1.00 vMB 49
374,220 374,220 000000000000000007260a09e09c2de405c5b0c65d3b1d151f289d8f34f26699 522 0.75/1.00 vMB 8
374,219 374,219 00000000000000000e8a1c90a62c1dbed6d730ffde34ff981dbd9ab3ee9dd5e9 2,050 0.91/1.00 vMB 51
374,218 374,218 00000000000000000af4f0c2f94ec6acdf9b4163b796413c1f76200d4f36721e 958 0.93/1.00 vMB 14
374,217 374,217 00000000000000000a9a4c49558461c4bb95feb2c38b596d4cde358f2ca13556 1,875 0.80/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.