Loading Tool

Explorer IconExplorer

Memory Pool

39,653 transactions
26.81 vMB
0.08547804 BTC
Random Selection Loading Transactions
Max Size: 137.99/200 MB

Candidate Block

Mining Attempt 26525b341f209caed453f91cb24e20a7b8428fcc4d6968d77487faf983497bf1
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 9e3b5b8ce0a9e06bd59c0b6ee0d8cdb8096039ca6cc7bfe9383d9ceae00ca569
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.03325590 BTC
Feerates: 197.12 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (506,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,247 408,247 000000000000000004b57c416200f38969f8c90bc6c395602882c9ab8dc1704b 449 0.99/1.00 vMB 9
408,246 408,246 000000000000000005f48279f959e4ec7d16503842879e82e5b618ae4b42328f 1,956 0.99/1.00 vMB 35
408,245 408,245 000000000000000004fa19bc59fd3441bb79c69213e09fef6e7104a863ba249f 763 1.00/1.00 vMB 11
408,244 408,244 0000000000000000009566482c9b9e3266c35bb4b57c4c261ad3c11a913d3f1f 505 0.25/1.00 vMB 41
408,243 408,243 0000000000000000024baf34fcc540c359a7d84347285a34022399ad5fb3654c 589 0.51/1.00 vMB 21
408,242 408,242 00000000000000000260b7a101d4b0b02974135e6aecdd820a8391f25f345686 1,988 1.00/1.00 vMB 67
408,241 408,241 0000000000000000006b2ddc8e8d458690bfc0426666c6d68f6c930245c70f24 2,123 1.00/1.00 vMB 42
408,240 408,240 0000000000000000021bee05ca431fdf3664e4e6004f5a0d0ae1d21e4bc54799 2,513 0.99/1.00 vMB 52
408,239 408,239 00000000000000000204449138b90f08b98a19046c7b7113e7d540772cc44c40 1,318 1.00/1.00 vMB 27
408,238 408,238 0000000000000000007dcea5b74d1fec33f35f910c2a2036415c35ff39ea2e4c 1,329 0.99/1.00 vMB 33
408,237 408,237 0000000000000000026b49cb6705b8b96851850f5da1084c63f4a90f1d97a08c 1,343 1.00/1.00 vMB 21
408,236 408,236 000000000000000000c02db18e261bea990501222b11dd98bf2bb192e97bb7b6 1,448 1.00/1.00 vMB 50
408,235 408,235 000000000000000002e00c58de1c6bb419cfc27017a247e17aa2f39972430ade 700 0.99/1.00 vMB 30
408,234 408,234 000000000000000002542b65ed8900c5b66786230b5ccabdccd11a122a711ddf 2,848 1.00/1.00 vMB 58
408,233 408,233 000000000000000001760cdd93e6fc8309f407300568512f9007faf579a89092 3,499 1.00/1.00 vMB 64
408,232 408,232 0000000000000000022d94639f069fed40b6f53275067af09613d83b7c534bfa 2,531 0.93/1.00 vMB 57
408,231 408,231 00000000000000000456a6d8e598a3f2973407ece7747cf02e934eb2c3fda51c 1,974 0.92/1.00 vMB 27
408,230 408,230 0000000000000000029b89d3f2f6a06d6228d95b7099f669a816e353eed5b91d 1,964 0.75/1.00 vMB 40
408,229 408,229 000000000000000000f2ee54fd3527544c01d046aac0b0ddd5f4c6f783e20312 879 0.36/1.00 vMB 32
408,228 408,228 000000000000000000298917a77a822df321984c5cf064b38a05f68590e06972 2,331 0.96/1.00 vMB 35
408,227 408,227 000000000000000004b28d3431c59e2e205c7a5d631a6c85622153f947e97435 1,227 0.49/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.81 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: 635.13 GB
    • Received: 12.29 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.