Memory Pool Memory Pool Refreshing

5,628 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,832 (703,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,099 204,099 00000000000001bf75342004714f45384237f18dc1b3c108786e2c5b41a1db4c 0.19 MB 340 22
204,098 204,098 00000000000002227f46f04e762ee8fff070e4d1972f2efb6c2295580561ed01 0.16 MB 166 91
204,097 204,097 000000000000025512e50cfcb8d79b6e903440b2043697831534ffaf78cf495b 0.17 MB 341 213
204,096 204,096 000000000000027127015571bf95750eac5ab0090a1acb1bc8311a972c4970e4 0.05 MB 133 18
204,095 204,095 00000000000001bf168d335b23712769c543fdc9d4b15c224775f855141672e8 0.03 MB 64 36
204,094 204,094 00000000000003f67b76808632bbb8b554f75f35bbb8705141c5c840de0d270f 0.06 MB 130 116
204,093 204,093 00000000000004e31a877bff5f3d80b5daec5c5d3130b1638142ce9b880f5dfb 0.06 MB 127 119
204,092 204,092 00000000000002c2f6aa7016213a7c624432c397c87f289ea6b8cf769f580e06 0.12 MB 168 84
204,091 204,091 00000000000002924b5f51a426400604aea38bb0fb8fd831d2d481774c82fbeb 0.05 MB 53 1
204,090 204,090 000000000000018d309a4d40e9aec5510bd6abffccf29123b85bea335a7bd576 0.05 MB 56 20
204,089 204,089 000000000000003b734948bc381b8495eddbaac255b735674778a8cc1d5c5be2 0.04 MB 52 40
204,088 204,088 00000000000003bf71838593dc42c38f7a5486b00a6b141d14205f791c7afc3f 0.12 MB 278 125
204,087 204,087 00000000000002cb921924cc23d4219e841edfd750a8dac5ec345710fecd1e72 0.07 MB 127 129
204,086 204,086 0000000000000540cc48a9e3b651fbb7d927a294ebc61854631845fc07425d0b 0.00 MB 4 0
204,085 204,085 00000000000003f66979accc507f3fb6b0825a6779796e5d4548aeb99d4e32bf 0.06 MB 92 74
204,084 204,084 000000000000035bec15d85a63bd321d9527c5b053beb96212a62fdf40c6591f 0.11 MB 256 124
204,083 204,083 00000000000003c17b96627f86c33714b282ba13b7c75fed14054087b694ca92 0.17 MB 296 104
204,082 204,082 00000000000003f383828868619720fbe810718de98490c31f85c1e6246828ce 0.04 MB 92 131
204,081 204,081 000000000000038696b70a8799eb2e092558e4b1842693ad48ee1f0f843c63e7 0.04 MB 82 111
204,080 204,080 000000000000003ce08687fb0b5f6c23f6046e7ef4a4a13fef66d7801d4d95a9 0.17 MB 261 89
204,079 204,079 00000000000003552018768e10597b674d54abc5b547de87efab1eeeefb5503e 0.12 MB 314 132
Previous 10 blocks ↓
Total Size: 769.23 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,634.74 GB sent, 94.07 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.