Memory Pool Memory Pool Refreshing

17,794 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (549,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,804 357,804 0000000000000000009e6fa00450deb911022495b06a63a06d9a0c49f667b312 0.70 MB 553 27
357,803 357,803 00000000000000000e72e53ddd45bad2d09d588f862c851ec55c4c628bebd157 0.74 MB 697 14
357,802 357,802 00000000000000000e655ea6cc03796ae2a6142dc65d75dfc29ac8709a61d20d 0.99 MB 1,044 14
357,801 357,801 00000000000000000ad0f2b0661047746d0aed4cc60ec903299b633a09ffb276 0.85 MB 315 5
357,800 357,800 000000000000000000131b590566124ef4551706a80a3e6251894e5cbaf3bcff 0.75 MB 825 14
357,799 357,799 000000000000000013bb1799b275277316c78681f32eed1db50130779fa0fa1c 0.75 MB 1,931 36
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
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.24 GB sent, 92.99 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.