Memory Pool Memory Pool Refreshing

14,087 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (583,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,683 324,683 000000000000000012a7a38c01ff7599a4d27f964070b9178551e562cc42b868 0.02 MB 64 34
324,682 324,682 00000000000000000a4ad2cdc9f63b868dde3172f6945da84338e6db1a6a1dd2 0.32 MB 535 28
324,681 324,681 00000000000000000c6a29250729fc8289e6cc0e69db27a6c22d3e4f6f83b205 0.10 MB 113 19
324,680 324,680 00000000000000001af91b17adfea230a3cc34ec7a35095bd020a0713e154d15 0.14 MB 289 30
324,679 324,679 00000000000000001bbc73a7fa8ab3a6e9ff1413c7d1a920997efeed2a8b863d 0.07 MB 139 26
324,678 324,678 000000000000000014c77a53a8d42f6d82e9d5cd3f438ae1fe65d395ac79db47 0.14 MB 232 26
324,677 324,677 000000000000000008cddff979557195c7e3f01ddfefde87b8ce2959326ef51e 0.05 MB 119 21
324,676 324,676 000000000000000005335388119da6534b1f2a90933ddc3fbff051a0c1b511b6 0.63 MB 1,097 25
324,675 324,675 00000000000000001bece6581960d1fadf797741090d8d402564fbdc0135e67e 0.16 MB 335 28
324,674 324,674 000000000000000012016ca2b64ed2570fb2848e5707dd53b62ee9286919dab2 0.17 MB 349 25
324,673 324,673 00000000000000001f25104061ed4e5933f6a3caedab64b505bf2f613c19e667 0.35 MB 597 26
324,672 324,672 0000000000000000157203c2fe8d82a9bff50bb4b8962eab4d6855c27dd3c962 0.34 MB 580 25
324,671 324,671 0000000000000000106a623085b477025c887916de5e7443df296c0ae90f837a 0.28 MB 520 27
324,670 324,670 0000000000000000110f1735293e80af58f7c2700c8eae5477b32a2262164a64 0.22 MB 467 30
324,669 324,669 00000000000000000e8e70cab3dfe5fefeb2526ff66ac4fefae1af7415eedeca 0.04 MB 60 11
324,668 324,668 000000000000000015f25eed384178990f6fde901a88231ffab3b37d3de88fd5 0.09 MB 113 23
324,667 324,667 00000000000000001cbde59232b75c06824934956a507753629bceceb195942c 0.25 MB 435 27
324,666 324,666 0000000000000000085e1cc9bb98cd25f46aefb2bf496020ea87f115cd6ebdd9 0.07 MB 131 27
324,665 324,665 00000000000000001491d0ab4ed67b0e59eb8433e50a1cfdd56dd7ee92b77727 0.46 MB 948 29
324,664 324,664 00000000000000000b5a2f6a8b7e0f4295de23b862c0673025bcb673d23568c4 0.46 MB 943 28
324,663 324,663 000000000000000003a51711e4206b26154a3aa47992d1b9baff6e860a597c69 0.10 MB 256 66
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,622.94 GB sent, 92.96 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.