Memory Pool Memory Pool Refreshing

1,590 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,573 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (652,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,416 255,416 0000000000000020994f781a23d68f7a94dc0c350a58337bd2eca44c5be9b907 0.03 MB 77 110
255,415 255,415 000000000000002dd3d156cebc87f85403ea5f847864678fa4f9fd0613b8208e 0.17 MB 336 65
255,414 255,414 00000000000000012f29d4dc965896857bcaecb7ee1c2a65bb998bbd2c1e4ba9 0.25 MB 770 174
255,413 255,413 000000000000002c9e6846a91532e54115a9ca244089e59a4e55482b624cb547 0.11 MB 236 95
255,412 255,412 0000000000000027129fe40d7273d9f54615b05d2081468e61f1f84551e4620d 0.10 MB 256 161
255,411 255,411 000000000000000bd20a504113b3aa9db29a2d152edbb459bbd1de026d55b20c 0.05 MB 112 91
255,410 255,410 000000000000001183efa9a7795a910d81b6c71b97f4702a92b51a46023d45eb 0.00 MB 1 0
255,409 255,409 000000000000000cecc46a59814dbb970e4c532612beec86bb16f9902d643387 0.04 MB 94 115
255,408 255,408 0000000000000037ac26ea6524f1fb6ece5e52cdfc1cb6bfeda26fc3c7729c50 0.13 MB 330 130
255,407 255,407 000000000000000d9db729c3f3d836afdf87307a7bea035b9492a601ba5dc77b 0.15 MB 306 100
255,406 255,406 00000000000000407ddbe67451a171ebaa9383bf70fd6e7d6f6911cb0e220fc8 0.03 MB 18 18
255,405 255,405 0000000000000004d44d8cf106308b9f7ddf83df16b594127f5dc93f64f6d8f5 0.05 MB 115 101
255,404 255,404 0000000000000026f773dcad73cd54ebeb637824cf780758ec3af6936a1fd826 0.05 MB 114 97
255,403 255,403 00000000000000009b8273c3f319b56003349aca5c4f01349ac610aee2e1bbb1 0.01 MB 8 81
255,402 255,402 000000000000001998c0393b2ebdac7e2dc6e936128da74cd441b6e89010fe41 0.16 MB 414 123
255,401 255,401 000000000000003957914308ea6a6a6b285ac29d6a24e6b5872b7c5215b92f24 0.19 MB 420 85
255,400 255,400 0000000000000029ee2e58fe4c414cc653209c133c4420ff8813f18d69ec66e2 0.10 MB 256 219
255,399 255,399 00000000000000179b7cf635d995cbd56eb96796263e75b6bc11fe97ca999093 0.06 MB 129 102
255,398 255,398 000000000000000a070382c90d21e0d398b864c1d56efc781e129f95c1023f43 0.10 MB 218 104
255,397 255,397 000000000000002ea16567dd949163fea078d73ae404192751bece80d67db5b4 0.22 MB 464 96
255,396 255,396 0000000000000032c954747743ff1a1f620de5bb5f3a60d36b68ac3f8e607617 0.09 MB 142 95
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.