Memory Pool Memory Pool Refreshing

12,910 transactions
4.43 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,774 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (549,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,798 357,798 0000000000000000133dc16dadfb2c3d40474129eaaa25b572694f1ffab57dc1 0.00 MB 1 0
357,797 357,797 00000000000000000b018d49f036eb3fd4dbeaf925be024a3c09aecb86a4cfdb 0.72 MB 1,024 24
357,796 357,796 00000000000000000829bd5cff059e3e0fb22dfc9720619f4440407cd6e18f12 0.97 MB 1,273 16
357,795 357,795 000000000000000014b8fc0c148699f825f36a723421f0b600dab87dbac4b377 0.20 MB 211 26
357,794 357,794 0000000000000000130eb3ec8608e90d9ab065898db01f81e03fa164e283daf3 0.60 MB 863 19
357,793 357,793 000000000000000011b10a0a176c84c86dc2f081e9952b8b6fb314c043dcf46f 0.00 MB 1 0
357,792 357,792 00000000000000000e274d460295e19efd097261525e10ca28be28e2afdf4a93 0.75 MB 1,722 33
357,791 357,791 000000000000000014667995c2a88d1a924e6369e0904a8a9418733a78df8700 0.06 MB 36 4
357,790 357,790 000000000000000009abc3915153be879e5f0c2068422bccec39a410cebaa62f 0.30 MB 434 24
357,789 357,789 00000000000000001267b3af525ff2cd4b6447bc1338648eb341460b20386638 0.17 MB 197 16
357,788 357,788 0000000000000000037bccac955370d367dd7a540afd59a4768fa36ad07b5d13 0.72 MB 1,176 20
357,787 357,787 000000000000000015ecd3d5b801f6dea69e94fba3619737e6792e9fa05f1ae7 0.58 MB 1,115 25
357,786 357,786 0000000000000000044573b1cccfde889b3ee99eae94e0abd707b6384579b3fa 0.46 MB 718 17
357,785 357,785 00000000000000000c3c68ce6f63616d7f9bbcc517ea6d3ae5aacdef4681d998 0.32 MB 598 25
357,784 357,784 00000000000000000fe83f8a01c47423156b60e6762d496a288cf3c73c3eb8ad 0.00 MB 2 0
357,783 357,783 0000000000000000157f599e0aa3e7c175632e9fb65f8b59c0fbc6ced246cfec 0.67 MB 1,113 24
357,782 357,782 000000000000000015107f5afcb25406ab6f2055209f2af383060c43e05b64de 0.11 MB 120 15
357,781 357,781 0000000000000000038bc8b3a56f1f6bd039f3ea642050a9eb7729bb736dddc1 0.27 MB 544 22
357,780 357,780 00000000000000000df94c598a3b407eb3a59b0320585e6298b31e41bbe163df 0.00 MB 1 0
357,779 357,779 0000000000000000126d5c7d9f9136a0e292cfbd9d653adb371d37382bef50d0 0.64 MB 1,033 20
357,778 357,778 000000000000000011ce2f1247dfe07a0263b9bbfe4dad480bc05fd2199ad68b 0.22 MB 419 24
Previous 10 blocks ↓
Total Size: 768.92 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,603.68 GB sent, 92.37 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.