Memory Pool Memory Pool Refreshing

5,757 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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
908,137 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,688 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,136 (609,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,257 298,257 000000000000000046a36917b23ac9002d4bd40993c230e0a25057037fa73d49 0.13 MB 275 34
298,256 298,256 00000000000000002eac8c4406af69c877b315eb2ac4e3a47f3311a38668f5ec 0.41 MB 515 24
298,255 298,255 00000000000000003e30a35f15e96cb51902ed1e8b047b5f886eab92a32317c1 0.11 MB 171 25
298,254 298,254 00000000000000007c156815eec95bef892f1a3dc9f40e92d8cb0013efdd7817 0.35 MB 479 39
298,253 298,253 000000000000000016ac148e10b7ca800711fae68b38d9d78479ea58ef0c1090 0.13 MB 238 24
298,252 298,252 00000000000000002305a5d9c49e6953b0e4b7f4bdd4361461d9ee26d3ba6371 0.57 MB 979 29
298,251 298,251 00000000000000006ae8721fd68353e806e9e249854567570370f25910d3d6d9 0.11 MB 103 17
298,250 298,250 0000000000000000420646d1e148449a36bd1c78dcbec206f518ff09330056b4 0.19 MB 356 31
298,249 298,249 00000000000000001b6c4975fbcda657d6dd4e45f766faec0f4576d7eaf42274 0.02 MB 41 23
298,248 298,248 000000000000000096136bca91ff5774dd31dc6c371b7355982ac2b436e0e5bf 0.35 MB 617 27
298,247 298,247 000000000000000093634ea530481bb3be13fabc5edc62d73fbe2ca1102e4e19 0.03 MB 64 61
298,246 298,246 00000000000000004c0268535888199e267600f4355ef5ecac0c864212d991a1 0.20 MB 387 30
298,245 298,245 000000000000000041eb4e365bca439ce933fcb3d2bdb2489a3be58c0f864ff5 0.01 MB 32 65
298,244 298,244 000000000000000005ddb2efc22e8ab34be10f28b6c9bd168ee383336c84efa3 0.29 MB 429 26
298,243 298,243 00000000000000000ebb3e94114f5de6b8ed887b6839ad987a8eee6bfb58bfca 0.01 MB 20 12
298,242 298,242 00000000000000000903d5303b52bec9f02af4068ebfb6a08d242d2074410f0f 0.24 MB 250 23
298,241 298,241 000000000000000005f84ebe68cdc7fb30baed5e51f0a693f6c4b01d479db3fd 0.33 MB 245 17
298,240 298,240 00000000000000000ec9014aa8d4cf8bbeb7454846d6e230804089e5bb2f80ba 0.25 MB 603 77
298,239 298,239 00000000000000007de18ed53eadf6d537ebf10b1725f1032f47ad35f4490992 0.28 MB 164 13
298,238 298,238 0000000000000000847b7e8e1fad74a95101120c806fb7298dc6409bae1c4ec0 0.54 MB 1,148 32
298,237 298,237 00000000000000001403e6cfb5e35fcc87044fa70845a492378d79da70901ae2 0.18 MB 512 50
Previous 10 blocks ↓
Total Size: 769.80 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,680.45 GB sent, 96.92 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.