Memory Pool Memory Pool Refreshing

7,208 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,947 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (631,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,242 276,242 000000000000000244a26fa0c602f6c7a3721d8668c35f63b98406273e9d6ce5 0.08 MB 138 45
276,241 276,241 0000000000000000272776fa5a402ddeabcd8a88928e07c669cb237bba4f0a51 0.01 MB 40 49
276,240 276,240 000000000000000238a52036aaea10e80e2ea8377b0df869e7e0d8e509943122 0.33 MB 657 45
276,239 276,239 0000000000000000126adc46c96ab41493ba7ded0d81473732ae46f178386cbe 0.42 MB 772 43
276,238 276,238 00000000000000025bdc291c0734f415c4b175517ee39f768f84be0b1d5a12e7 0.21 MB 480 48
276,237 276,237 000000000000000353a40670ddebd8b642b19f4438c00bad5ee86dac35391812 0.08 MB 150 13
276,236 276,236 0000000000000002acc8210fedd0ff6a24c0b6cd41dde55cd0a10e7ac1521957 0.23 MB 463 48
276,235 276,235 00000000000000019dad2527dbfb8663cd53177b9d026fd972fc8cc6be2eefa6 0.15 MB 117 13
276,234 276,234 000000000000000148c0ae4edc6366b9fbeab2670fcec1346a14081c379ffe65 0.22 MB 396 54
276,233 276,233 00000000000000016b0f164c304c89027770762a2468470c6e47c30bfe0228c5 0.15 MB 188 19
276,232 276,232 00000000000000025d95f30658e7680976a21f75ee4d7402d66986007a82d488 0.15 MB 82 7
276,231 276,231 00000000000000004513712e53267ba1620fdd87d306b29e1e69acf6c7dbdcac 0.10 MB 18 5
276,230 276,230 00000000000000036381150b84b0029050a803d5ee81f4380eedaa4daac34cf7 0.25 MB 238 20
276,229 276,229 00000000000000039d46cd0cee85dd5b91c85ebcbc535fac05028ea97719a9d5 0.25 MB 672 50
276,228 276,228 0000000000000000d9f2ecad7e44f32a637f423ff5c71a022e079b58a4666969 0.03 MB 85 101
276,227 276,227 00000000000000024dc37fb3f7adfe95a70eeb168b64e4ea6d48e9e68c7f146d 0.04 MB 37 10
276,226 276,226 00000000000000032467753a96f48102e3006671c71e83f6e9abf4e93af4a105 0.23 MB 487 39
276,225 276,225 0000000000000002e1aa1e97820828a4ec3c7638266e451c6e7c02cd472a457f 0.15 MB 73 9
276,224 276,224 00000000000000022f335207d947df82150c0b94e883533ec7e404f9564446ce 0.15 MB 197 15
276,223 276,223 0000000000000000d9f3c233b23022c3094248ff79b6cf684e4b8ad9503dde47 0.35 MB 255 15
276,222 276,222 00000000000000037b1f7a853e0317660a066a45a108e419ffd17b05ccf39112 0.09 MB 85 20
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.16 GB sent, 94.18 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.