Memory Pool Memory Pool Refreshing

19,359 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,347 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (643,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,324 264,324 0000000000000001c2b2aa7b1b9a938e38f7d1e67b12d02949d5d4c49e1eaa25 0.18 MB 367 92
264,323 264,323 0000000000000000d8b82554052ee050f0709464c597ce0cf4d113da6c582797 0.11 MB 134 39
264,322 264,322 0000000000000001a180f4bc0d1154f6063a9ee91bee2e996d0e8aa542865ce3 0.50 MB 1,057 1,549
264,321 264,321 000000000000000f1bf184c793b73c8808db81406346c957feebaa41b24e724d 0.19 MB 483 110
264,320 264,320 000000000000000af5356a4060a06df504adb2603652ee9f6d9e392c1304d0cf 0.15 MB 319 75
264,319 264,319 00000000000000044c0d55111f3dab30346c3b6651b13e59fd6804562bb47432 0.07 MB 147 111
264,318 264,318 000000000000000310499fe1bd3cb6ffaeebb4a1a0a03b06bcc76a39b711faea 0.09 MB 216 82
264,317 264,317 000000000000000d90d04fb98e71da3eda34732332cee34df5cd5be52bb5f6b1 0.09 MB 156 36
264,316 264,316 000000000000000fd9dba35a969a2e3dc3f430e1aace185d6d2f6de2f0c6981a 0.25 MB 691 151
264,315 264,315 0000000000000005aeec8f17f5aa77a277970989b43740edc77ca120e0aebc23 0.13 MB 238 66
264,314 264,314 0000000000000002b8540141753b5fd11be26dd332403c3b01d01aa84585488b 0.25 MB 691 133
264,313 264,313 00000000000000046cfd390f3a6e7277dde1976664bde5c1859db467a719294d 0.01 MB 38 115
264,312 264,312 000000000000000162e638832e26656814a67db1249298bd06195f9cb16e5f37 0.31 MB 607 62
264,311 264,311 000000000000000cc5c05167666bc8a9b22b288f1390d8ee96fac43d46893c17 0.25 MB 592 131
264,310 264,310 000000000000000002509691592153c5056115cc27bdeaf3fb0694f4909725aa 0.18 MB 414 129
264,309 264,309 000000000000000cb5f4346007efda3d0a121f7ddef3e88bffa741e4cda29f8f 0.16 MB 219 23
264,308 264,308 0000000000000009deddfd2ffc479a9dc20d2c75e3cd19d3dd13fb76d1428a4e 0.23 MB 585 111
264,307 264,307 0000000000000007f5061e2449886b45b3e0644c19a908cec2fa083b83c30013 0.28 MB 572 109
264,306 264,306 00000000000000026568680881e70b95d4f322c4a14950948af704db91afdb42 0.15 MB 326 123
264,305 264,305 000000000000000794a1661c7a84c2539bf936bead313fda8c283deb92e9b4f3 0.14 MB 333 104
264,304 264,304 000000000000000dfe4ed77b1abf4452198b905b7b84cf99312026fd9736afba 0.09 MB 252 100
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.