Memory Pool Memory Pool Refreshing

19,664 transactions
6.31 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,617 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (175,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,240 732,240 00000000000000000000cf932ab2ca3c562ff8c6431727a68ca496f9d1c3b4a0 1.43 MB 1,544 6
732,239 732,239 0000000000000000000352a260bf7382f69de46b3152289a622b31c32146b5f2 1.37 MB 567 2
732,238 732,238 00000000000000000000cbae0bbda7645db476c3b4eb51b33050336d223492b0 0.47 MB 643 5
732,237 732,237 000000000000000000014a7ae6a5a8116cc2be12a34ed34047da11a5ded4d12a 1.46 MB 2,532 6
732,236 732,236 000000000000000000008bbda7d8f3b516b6dcdece119ac7eb8b8d632f99f669 0.12 MB 247 5
732,235 732,235 000000000000000000030fe7aaf98911ddf09245724d663908a77e93355ad657 0.70 MB 1,146 6
732,234 732,234 00000000000000000009d3b0321e9978c6c4d2405d5232a9db0fe030835e592c 0.15 MB 233 3
732,233 732,233 00000000000000000007d1b887713a81a82b385f2389e4a934b95dbfe6d4328c 0.54 MB 700 6
732,232 732,232 000000000000000000076d52092daf79b64b9b820a39f2f6aa384323f7664dbc 1.14 MB 1,349 5
732,231 732,231 0000000000000000000944546e1974fa59c740181742dcb5cffd1353f296d585 0.06 MB 150 9
732,230 732,230 000000000000000000054321cacea1d948d56ea6a0cc8ef699df3e2e119b83a1 0.33 MB 402 6
732,229 732,229 000000000000000000058b5ad1d95bc74a08ccfd6cb26e5b53129c288fe7236b 1.14 MB 1,237 9
732,228 732,228 000000000000000000068e924e63fa22bce2537417dcb772a4b3cac7e26894e5 1.19 MB 841 4
732,227 732,227 0000000000000000000831fda44852d61d97d3d26941f14c9a31f2f57deca821 0.16 MB 81 3
732,226 732,226 000000000000000000051c8a14ec43a8794f084d7e48275462bd6de49f918ba0 0.21 MB 37 0
732,225 732,225 0000000000000000000402cb32bc0c0ce72f57bc7bf75e40e51f4379d26fe2c9 0.27 MB 139 3
732,224 732,224 000000000000000000058630a2c434268de300de2cd7df3c176c3950b51a8315 2.03 MB 673 2
732,223 732,223 000000000000000000043f23c5c2ebc92a0c0c97f0a53c93ed3aa4dfb9ce5f75 1.60 MB 1,550 3
732,222 732,222 000000000000000000095591db4544f34d401e29b6c74f06e225395b6fb4f771 1.34 MB 2,110 7
732,221 732,221 0000000000000000000888a56e076ad09dd6f5f8cf76f1597e14ea42a2dc6c48 1.16 MB 2,037 13
732,220 732,220 00000000000000000008712caf3db274aae0c8fc534998dfcfe02657a91399ea 0.81 MB 1,518 7
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.52 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.