Memory Pool Memory Pool Refreshing

3,649 transactions
8.82 vMB
Show Random Selection Loading Transactions
Max Size: 37/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
908,346 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,693 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,345 (899,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,958 8,958 00000000cee528a564ecef212f781c6a45665cfbaae208302bb13cc6b9e26304 0.00 MB 1 0
8,957 8,957 000000009c65177a855fd521aaa68c8cd201d00a2e150492c1316fa966d3bf77 0.00 MB 1 0
8,956 8,956 00000000f8ebad1ffcbac17cf59d63d7ca863344143fd2224b7db74cd644d0b3 0.00 MB 1 0
8,955 8,955 00000000ab2ad4b32468850fd0c3c5a007acac4f6d2f4d55debb9d1781ca1a38 0.00 MB 1 0
8,954 8,954 0000000044df1612302205e2d6bffbbdffb370456a3adebaf1fe0a7e8e312ccf 0.00 MB 1 0
8,953 8,953 000000001117ac12d7d84f4ba7331c2e7d1d1f38eda45f63ba726f30c54f5bdc 0.00 MB 1 0
8,952 8,952 00000000ed514c1e342eb1e74e0e2fbc529fc37d0a1758404ba66225c927f0d5 0.00 MB 1 0
8,951 8,951 000000002baf5fc1698949b53091f2a20958ccd95950e9c1a0ea748cd89537bb 0.00 MB 1 0
8,950 8,950 0000000087540aa075d0ff6853003831137acc8a2677cf0574b676e202fcd9c4 0.00 MB 1 0
8,949 8,949 00000000445bf8b54a7c8ffa6519555b267be41e76f8e18ae8e0b732b8c6e1f7 0.00 MB 1 0
8,948 8,948 000000009918edc82c3c26e02a241b00053c57339e4cb80a558b5a1a6a2c9c65 0.00 MB 1 0
8,947 8,947 000000003dc61a619c72b085ee44574686c1ce58a8ba136f7eb07b34d40922f1 0.00 MB 1 0
8,946 8,946 00000000b92a1200bc14712de9da725f68ab198ebd0b4ddc3cf958bd748539b0 0.00 MB 1 0
8,945 8,945 0000000043eddc86a07d5dce3230fb925d3697f5f3d26d0b24ff8e77269b2e25 0.00 MB 1 0
8,944 8,944 00000000fafeb088b659303b89d6911ece9bf6d03eb0171148596edee8ce01ea 0.00 MB 1 0
8,943 8,943 000000007b6e0cc6e6eecf10dadc977015d80140f3b425698bdec888a893a5d4 0.00 MB 1 0
8,942 8,942 000000007a76955778103f04708db5b1c405c6bec139b5d9238ace78c3271491 0.00 MB 1 0
8,941 8,941 00000000a035c95dd3a6899a4bf6c2be6d45a0b18b6865fb03122b016edfb7e6 0.00 MB 1 0
8,940 8,940 000000004b62ed92f99d307a43a29d4a733f5a175e4cc840841cfee4884a7231 0.00 MB 1 0
8,939 8,939 0000000026d4b23e5780d66e77dbe0b8a3d4e22acf3134432e39b8077a1b73fe 0.00 MB 1 0
8,938 8,938 000000008176125447506e846d6be713bba9c2e743fc03cd700699f7a7e51305 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.90 GB sent, 98.81 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.