Memory Pool Memory Pool Refreshing

16,995 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,947 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (619,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,305 288,305 00000000000000000d0713cbc1f42b6deb37a36279c43c145cc987bb31732534 0.11 MB 256 65
288,304 288,304 0000000000000001198504e596d9470ac75c96cbfd95edea4fa35cb8805b1539 0.25 MB 324 33
288,303 288,303 000000000000000010f53670b5c050eec99b6e8b469476755a8f6d8f98b328af 0.06 MB 79 30
288,302 288,302 00000000000000009cfccb4754e6c8c93e9e2b0a258e71d06ae730e1800283d6 0.36 MB 429 22
288,301 288,301 0000000000000000f5f123fdd152ae9ab2380053b7b0d3e0c303d0aca0c70afe 0.35 MB 671 39
288,300 288,300 0000000000000000a1e5b8db167405a96b55ba351e14015c7512fcc0363f051a 0.35 MB 776 40
288,299 288,299 00000000000000001e90f8367a0de6f48c9b756d3b933680c4787117877d0e70 0.35 MB 751 39
288,298 288,298 000000000000000063565a4b71ff785ee66412f6aa7406f6bb1d5de93fd56f1b 0.31 MB 575 41
288,297 288,297 0000000000000000aac7c5ed21e0d8d89eb9e5c9bc811c30760f08e404cad4d3 0.26 MB 392 34
288,296 288,296 000000000000000036fbdc3d7321e3965733164ec274a9952e2a6ba15de5c48a 0.06 MB 167 54
288,295 288,295 0000000000000000a0b04f54baf8149440eec644886ca4ff0813f99e15f28652 0.10 MB 224 38
288,294 288,294 00000000000000010561a54552b16ac2c629f5d13b2b99892c4da41b374d07b6 0.39 MB 693 36
288,293 288,293 0000000000000000751ead2323c8f2caa5217d71d9c7aa12c87af2b28c8c39f7 0.53 MB 924 32
288,292 288,292 00000000000000001e5c305c41d1ae53dc68a0dfa18d26e9d157ebc50ff8482f 0.46 MB 783 33
288,291 288,291 00000000000000003808de9311b1916c60e9c8d0247cb3dd26b0fc760798cdbc 0.21 MB 367 38
288,290 288,290 000000000000000118cd89e53b404015b876b956524feb036e2f3af85fbe9c41 0.17 MB 358 74
288,289 288,289 00000000000000002ed6e9f51dbeb9284afc39bb61eb1ad32bf91a2baf491714 0.06 MB 104 33
288,288 288,288 000000000000000119ded60e1041481b96257dbcb43889e9e7c5f9e410663f6b 0.16 MB 310 39
288,287 288,287 00000000000000000b83d3947d2790ab0bcbbb61eba1eb8d8f0f0eb3e9d461e0 0.05 MB 99 40
288,286 288,286 0000000000000000c0051408bfc4f245dae67ff5b81977c3d57e3a0f7e207c3c 0.10 MB 147 22
288,285 288,285 0000000000000000ad266affba72f3a546b28c2527cfdb2c550d74088f78b186 0.34 MB 534 30
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.66 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.