Memory Pool Memory Pool Refreshing

3,251 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,879 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (672,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,272 235,272 000000000000005daf82b2793dd841a2bb531ca2540435605b1332cca0d7bb74 0.44 MB 986 177
235,271 235,271 00000000000000b927a3f9950fd086f1d402e21b2bc5c569abb45fbdb9ce9a82 0.15 MB 394 247
235,270 235,270 0000000000000054a5c546c7a26ce453cf34ce83639b3411c0273f34003b4351 0.19 MB 262 106
235,269 235,269 00000000000001a941c69b972c4d5b03ffc5c220b4f19e013de1f36565bd9a08 0.25 MB 629 216
235,268 235,268 0000000000000185c875a13a327d37ad85ead036d3300fd979ab64ab60e0e23f 0.17 MB 350 154
235,267 235,267 000000000000000284b525d1aaf86aa21d7acf7e8592f31457acb70740e0f746 0.12 MB 305 235
235,266 235,266 0000000000000172bae6548b25af47a2e0b9c16e9645202bf4a15124c32a4d0d 0.15 MB 280 198
235,265 235,265 00000000000000d46b589984a7bf83b8cfd22a1f0ff692c7b50dd2f9d284bb85 0.14 MB 380 212
235,264 235,264 00000000000000cad0489e1d1863cb126b727341adc1a101bae09f90121f4101 0.31 MB 623 235
235,263 235,263 000000000000006f7fdbbe65739aaa66bd351ab79b7aab723ce84be7b040433e 0.47 MB 778 148
235,262 235,262 0000000000000048e4f383604716063f3640487ca7b05b77207e12d589466863 0.25 MB 814 304
235,261 235,261 0000000000000032b98768064ca2e78d61e7b4cdde2f36e8254ea924b31428bd 0.06 MB 130 286
235,260 235,260 0000000000000024b9cfbc1f9a54386b4b936196babe53739294637605d79c75 0.17 MB 384 212
235,259 235,259 0000000000000053e3c2ed9203e4a69af5e464a792868b8fd68bac4c481ff5b3 0.22 MB 557 238
235,258 235,258 00000000000001330acda885ba4b85da9dac3778db217e6c5af0ab32509fe7c2 0.00 MB 9 200
235,257 235,257 0000000000000050e46c57ec277198f920a877ebda66fbd801bf388fc6bfb3ed 0.26 MB 462 184
235,256 235,256 0000000000000157b89b53f9059cbe86b168c0e474136500b04037be77026374 0.25 MB 572 217
235,255 235,255 00000000000000958284ea45eb22260986f9a5e686f76093162a9ec446063025 0.02 MB 76 40
235,254 235,254 00000000000000e90af1bdfcd67dc81684ea1e680bb64a2a0097bbf5ec1dd91d 0.44 MB 986 212
235,253 235,253 000000000000010a8788108246b21596a6e7268a07701206520e8a025e2f14ac 0.26 MB 550 255
235,252 235,252 000000000000002b2c6b7dcae1c20e458953e0bba774aae9fedb1cee2d6b7028 0.07 MB 153 246
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.