Memory Pool Memory Pool Refreshing

4,082 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,056 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (434,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,270 473,270 000000000000000000525ea783c69d78b7a67972ac9c1268bc614ceea24c228e 1.00 MB 2,479 386
473,269 473,269 000000000000000000802be2b0b58a8c7af9926dcec0daacfbfdad8f809bec79 1.00 MB 2,516 251
473,268 473,268 0000000000000000012a7a5e21a525df553498a7a310d90542fde26ca7ebfd4b 1.00 MB 2,606 303
473,267 473,267 00000000000000000039b239e27677e3835a59321df08e87583812528bc3c185 1.00 MB 2,261 365
473,266 473,266 0000000000000000013bd1a5f07afc8791542f0e24044e218b606f71804eca33 1.00 MB 2,175 361
473,265 473,265 0000000000000000009b5f1d9278440de32ed6c4a4c7212a0dde1f1a69bd4d17 1.00 MB 1,842 314
473,264 473,264 000000000000000001220fb304f57c5975dd60a79fba6d01c95544398ec75daf 1.00 MB 1,940 418
473,263 473,263 0000000000000000014d4ca86ef1cec96e7b7556df25d69fd519b40185139e80 0.99 MB 1,980 282
473,262 473,262 00000000000000000145618b4ccb656d735244a1f1884826ec78f05fc8d026ad 1.00 MB 2,735 415
473,261 473,261 0000000000000000011d2485543ac7b54927260a1ae84a8295644a5f286fa7d9 1.00 MB 2,481 336
473,260 473,260 00000000000000000070848627d19001d04971c59a0d1b6888c007bb51ed1a84 1.00 MB 2,361 364
473,259 473,259 00000000000000000076770c5dbb3b86701e8790698713dde6ecf22292b0d8a1 1.00 MB 2,512 391
473,258 473,258 000000000000000000948fa09e8ed40a18bb6d3ff4a54856d35f3c6a6088c2ec 1.00 MB 2,421 284
473,257 473,257 0000000000000000002fbe44076e2556779dc5a37ac01c1af127e1f89e5c3244 0.99 MB 2,269 350
473,256 473,256 00000000000000000159975284c679e2e63de110fcd9df179266711ff1b68472 1.00 MB 1,662 288
473,255 473,255 0000000000000000007310549448c9658aed73c1a7bdf1abaf0e52e33e7556cd 1.00 MB 2,079 344
473,254 473,254 0000000000000000008abfe55c7e5979ce59eb678f5ad39b9f76e30496fec7dc 1.00 MB 2,510 380
473,253 473,253 000000000000000000a2adbbc26b673649896192cf4c1f51482f3d6cd997c675 1.00 MB 2,234 363
473,252 473,252 00000000000000000148ef2f12f3db30ffd0898e3d1fec5bc21a5cc9ffce3c1a 1.00 MB 2,065 325
473,251 473,251 0000000000000000002d8fe1dbf0403754b17ae22af0c170ae0a6ec9547e4abb 1.00 MB 2,284 363
473,250 473,250 00000000000000000072ecd7d5a913f23838effba3d8a719d420eb9c632c092d 1.00 MB 1,873 351
Previous 10 blocks ↓
Total Size: 769.27 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.40 GB sent, 94.28 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.