Memory Pool Memory Pool Refreshing

2,648 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (90,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
817,933 817,933 00000000000000000004505ff3cd9eb31c5b44c74c59474d36b3ab0206a3e1ee 1.85 MB 5,253 90
817,932 817,932 00000000000000000001b742d9ab0b94bab3c00b1f2f6a04b946a276de0403ee 1.68 MB 3,182 138
817,931 817,931 000000000000000000039df57ca20de89aa835b8091047cdc29ec0d624258bff 1.72 MB 4,283 117
817,930 817,930 000000000000000000002e940578fc834cf12989852cbc496ba2d1a26677f164 1.73 MB 3,026 89
817,929 817,929 00000000000000000002f38812b57d73005ec396db136705027001d76e85deb8 1.77 MB 4,463 119
817,928 817,928 000000000000000000020df14d7154b70fa39ed60948ffa24ea91e340c685abb 1.61 MB 4,045 101
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.