Memory Pool Memory Pool Refreshing

8,280 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,732 (10,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,302 897,302 000000000000000000010a56132ca90d5a906793f8d85103d386c46fed94d811 1.58 MB 4,200 3
897,301 897,301 00000000000000000000761e174a35a8735059babd6a3c8e5cc27fbed38f6b52 1.60 MB 4,185 5
897,300 897,300 000000000000000000006780637c4955b1a302701748e1ced846c6793cca868b 1.57 MB 3,000 15
897,299 897,299 00000000000000000000b5a9845d1edc3e84a34818a5e4126e022bdd074ea70d 1.40 MB 6,124 2
897,298 897,298 00000000000000000002335b82d3538f2998aaf8933079abe69a5e8836883beb 1.52 MB 4,178 7
897,297 897,297 00000000000000000000248db8b21a71dfbf6a74fc57d3785a5d3163593c656a 1.43 MB 5,057 3
897,296 897,296 0000000000000000000037c2963fe9cdd0b9c155357590ed662a9d0804f6e1b2 1.42 MB 6,012 2
897,295 897,295 00000000000000000001d452abe95dd3b53f383de5be730affb9b261dd634637 1.46 MB 4,049 4
897,294 897,294 000000000000000000011aa799aabcf8413d6c906ba863683bd95cb46bc40305 1.54 MB 4,883 2
897,293 897,293 000000000000000000007cb5fffdee4df934c35ac69067e5f642a68cc8f0a823 1.49 MB 5,236 3
897,292 897,292 0000000000000000000215b7d1298d8c03362cbee2881e9bdf2c98751b7cdf45 1.44 MB 5,530 3
897,291 897,291 00000000000000000000cf8ecf0eedae4b976c82a3a5943114f540b61af0d81c 1.53 MB 3,316 5
897,290 897,290 00000000000000000000679fc969e8525f143754067db4ff017a909d9fa805b0 1.62 MB 4,162 4
897,289 897,289 000000000000000000020fb2b29a3ce4e855bcb4cf5693967ed2e0ef687513e2 1.59 MB 3,422 6
897,288 897,288 00000000000000000001d05cfebf3442e551c9837fe699e513c8fc89d57a3dd3 1.60 MB 3,854 7
897,287 897,287 000000000000000000017ebe8697425ec63d645e1a5d1047bcb0c6762cd48d98 1.50 MB 3,166 15
897,286 897,286 00000000000000000001a57324dcb4ae93be811ca3e184a26152ff93de0886c5 1.50 MB 5,347 3
897,285 897,285 000000000000000000007e7f40cba6457d2600a7741c999e59975f414d6144f3 1.48 MB 5,938 2
897,284 897,284 00000000000000000001bb486d88f19552f911291d4c9407206d377a54026cae 1.56 MB 5,503 3
897,283 897,283 00000000000000000001b131d0359f17a0020744ae44c27655d9628b815f1970 1.53 MB 4,630 5
897,282 897,282 000000000000000000013cecaba79b1624e761320a628c73b4e7dc82f11c69df 1.50 MB 6,054 3
Previous 10 blocks ↓
Total Size: 769.04 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.09 GB sent, 93.10 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.