Memory Pool Memory Pool Refreshing

19,689 transactions
6.32 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,619 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (83,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,843 823,843 000000000000000000007dfc773587143c08ade3ac0ae1448534be5b311cdff7 1.74 MB 4,285 124
823,842 823,842 000000000000000000004edad4cd832458054ab952e90b2940de48087ab4c9f6 1.78 MB 4,202 130
823,841 823,841 000000000000000000033473a1ddec92c6d51b1422ea847edd254869fa11cf41 1.61 MB 3,993 133
823,840 823,840 000000000000000000036ed9468a9ba3ec2cb977f9366f0de718a483c3e83624 1.78 MB 5,252 122
823,839 823,839 000000000000000000014b7035c57c60f439f7e2f08085e94f452a8ea797fdd0 1.57 MB 4,373 189
823,838 823,838 00000000000000000001bdf568f61ac441e4a5ad1943790b9725f2e92ecbc3cd 1.72 MB 4,931 149
823,837 823,837 00000000000000000001702137651f9fb082eb5193ed912c34bc084dd297ca9c 1.78 MB 4,466 136
823,836 823,836 00000000000000000001d6527212a8a597ddf0944d50b6deb4942690dbee4035 1.66 MB 5,165 172
823,835 823,835 0000000000000000000217bbe30fa38dbc85abc88b76403f84c53f361888187d 1.47 MB 4,045 146
823,834 823,834 000000000000000000034bae847ed3ee53d77c84c2e47e5ac37993b5de1bf480 1.63 MB 5,346 199
823,833 823,833 000000000000000000028185ff85f26f13eda0532b5a2e352996e9223b483cd8 1.64 MB 5,351 175
823,832 823,832 0000000000000000000035efe5901cb666eb3ff96493df730c62632696987bdc 1.61 MB 5,080 205
823,831 823,831 00000000000000000003131f705b037039904408b96259b514e569ce0a89b401 1.69 MB 5,292 152
823,830 823,830 00000000000000000000bf61cd32996a58e0cf3285c1013c4653cd3890be217d 1.63 MB 4,903 171
823,829 823,829 0000000000000000000333aa4da59ac2cdcca5a8059d86f8e8516085c25d0597 1.82 MB 6,389 184
823,828 823,828 00000000000000000000bb23027cc0ad6fdf01e8867a2c7a6b890590f7ab8a1e 1.64 MB 5,392 163
823,827 823,827 00000000000000000002b1787c9b743b083d5078e171c0a53721db35f69af293 1.64 MB 5,066 210
823,826 823,826 000000000000000000005f468696f8fddaa67a757d800fdb66f6b9f41187eb9d 1.71 MB 5,258 192
823,825 823,825 00000000000000000000045149f6b102fb1c49d26ca4eee952042acecbd991a4 1.70 MB 5,368 187
823,824 823,824 00000000000000000000f9fe2512be9089d54ba3f608f158a8b426994b53b550 1.67 MB 6,288 143
823,823 823,823 000000000000000000037bf7fcc0813991e9be19ad2c35a36d5e49fb6457c6d9 1.71 MB 6,064 139
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.