Memory Pool Memory Pool Refreshing

10,064 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (89,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,954 817,954 0000000000000000000099c142e541fa81e6a73c21818860edeedec128b2468b 1.69 MB 3,711 72
817,953 817,953 00000000000000000002c46633eb9282efb1f7c952eabebb76bbed4a0b8f0374 1.76 MB 3,836 74
817,952 817,952 000000000000000000041544809af457e76504d0094822a99328c758bd24c983 1.62 MB 3,130 71
817,951 817,951 000000000000000000031c8a2ed5a82d22312addee4e4f2213d2e66d174545c7 1.79 MB 4,693 99
817,950 817,950 000000000000000000041fb43e27c4a515f2952002a48764f5b3f2fce0e0e3c9 1.64 MB 3,724 78
817,949 817,949 0000000000000000000358250a26cbb98826c57a13d0d150e548656fd91f40d7 1.60 MB 3,724 92
817,948 817,948 000000000000000000018dd4ff60b50066a5332fe5568ae6e6dc067d16fdb12e 1.71 MB 2,694 210
817,947 817,947 000000000000000000018ec8d2f6cb1e19f03dc3a4380cb4628378a37d1ac70a 1.46 MB 3,002 102
817,946 817,946 00000000000000000003d8655a8615be63ecf2caba0e9b796ba91cb8dc66531a 1.73 MB 4,503 94
817,945 817,945 00000000000000000003c48d0676fb279d364c0a73d4f14c858203536b10e8c4 1.92 MB 4,968 94
817,944 817,944 0000000000000000000162c2b4502a31ee833a88fac4ccb6478d8829bcf1f187 1.54 MB 3,369 96
817,943 817,943 000000000000000000019284b35cdf0b4de95c510cab931378121e150e407d72 1.79 MB 4,711 78
817,942 817,942 00000000000000000001767e1d781564ad08145f0a496d5b5881fbbb0571413a 1.72 MB 3,518 78
817,941 817,941 0000000000000000000271420e87c67f699dcc5f41a8cbb50fedb3dcc2fa6cbe 1.67 MB 4,548 96
817,940 817,940 00000000000000000000227542c02ce41cf87aed2fe0164e22a24cd25918607d 1.58 MB 3,643 131
817,939 817,939 000000000000000000019f910fdeffa7c8ec1e0b100619a48b810dac762631fc 1.73 MB 4,297 74
817,938 817,938 00000000000000000003c83b7f6bcebec212094d93ef4ff581002ba2252175ef 1.72 MB 3,786 113
817,937 817,937 000000000000000000039d04a520f342cc6f816da630cd8e04a4059f6081ba58 1.66 MB 3,728 122
817,936 817,936 00000000000000000003ac15bc4ae07385423e6b5ded0b57f3b41d806ee86e1e 1.62 MB 3,460 78
817,935 817,935 0000000000000000000222bf4610e30108660e6e86e91d2e6fd7f818bed0ffd2 1.47 MB 3,285 125
817,934 817,934 00000000000000000001359b330a5604a6812a0d733fdc5c629584031de949b8 1.74 MB 4,598 103
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.