Memory Pool Memory Pool Refreshing

4,572 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,512 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (459,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,781 448,781 0000000000000000030799b07a6f6c73188ad863bbf5371377ee0fa50e14fc27 0.57 MB 1,267 79
448,780 448,780 000000000000000001b7f29480b98564da0edefa7df6d26305d47d81ba558fc2 0.55 MB 1,019 59
448,779 448,779 00000000000000000279554e22d15de44ba167bd2022590a0e9b0d3273382269 1.00 MB 2,113 62
448,778 448,778 000000000000000002b5cd852a252c34f9d0246bbf0192ee12fd13ace84e9493 1.00 MB 2,571 100
448,777 448,777 000000000000000001a95a61cbad42828f3a717059f57e0b7a3d5e8379aea396 0.40 MB 916 82
448,776 448,776 0000000000000000002aaf20720c709a46a3e53f9a4740b23e8a09c99e0df812 0.95 MB 1,967 71
448,775 448,775 000000000000000000d6c2a2a8cdbed088b559f39b36a6d2f24e8546ca4d8025 0.61 MB 328 22
448,774 448,774 0000000000000000000ab510e842c22d0f3896276d9fecc5a0a55296842e3489 1.00 MB 422 17
448,773 448,773 000000000000000000ebbf06afd9c1e6884a71f9e21ba7709daa7c83dc157e05 1.00 MB 840 27
448,772 448,772 00000000000000000178ce03d405a321283cabec70d62f72d1f1ac69383a6762 1.00 MB 2,057 69
448,771 448,771 00000000000000000190d6c35dac647bcc8fc367fb6160ef5468b22934ded015 1.00 MB 2,622 91
448,770 448,770 0000000000000000015554380c13780368ef460fe8a51dcaf2f0d6f78d67e2b3 1.00 MB 2,055 53
448,769 448,769 000000000000000000b24784f3f98655fe10fd413d5f912c33287f5baf102e45 1.00 MB 1,891 63
448,768 448,768 000000000000000000b2c9033935149cae2077a6e34f793f95adee597ed83b53 1.00 MB 1,336 63
448,767 448,767 0000000000000000023e5a2a0085a07f640cbedd97a34b5619a1fa6ca01328cf 1.00 MB 2,661 83
448,766 448,766 000000000000000000935b1ba346126d7f045183f348f17f526bcb12500428b7 1.00 MB 2,328 72
448,765 448,765 000000000000000000f9d18ae34b75a1bd2422534a0b8e498a8f331f715a0319 1.00 MB 2,184 93
448,764 448,764 000000000000000002bbc052c50ebba0fe80d9d6b123e68e3e7c0aa0e42ef929 1.00 MB 2,768 49
448,763 448,763 00000000000000000318b2937bedc7b83658aeb70c35f6a14d260407cbcdc249 1.00 MB 2,131 66
448,762 448,762 000000000000000001cd4e42f2956f1505417121d08bf2bdf9a230823755fcf5 1.00 MB 2,689 103
448,761 448,761 000000000000000000dae410605f6927ff46848f337143ccde9ed8d599d35de2 0.06 MB 191 119
Previous 10 blocks ↓
Total Size: 769.21 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,634.49 GB sent, 93.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.