Memory Pool Memory Pool Refreshing

2,241 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
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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,225 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (859,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,767 48,767 0000000014ce98227edda964fdff8a069449575d7a034706ce177106f6a73eab 0.00 MB 1 0
48,766 48,766 000000000800d5b3349c8b4688bae24ecd63e3d9a7e56e44a35c5b9d685e5f03 0.00 MB 1 0
48,765 48,765 0000000019c25b8cb98c878bdfba99d2144502452e13a3912389686261603b3e 0.00 MB 1 0
48,764 48,764 0000000022413342ccc7150c7c9565eb0cdfdee7909824251523ac85b98951a7 0.00 MB 1 0
48,763 48,763 0000000018f4346020d0dc995f918bdeeec3a2d0bec7fc4597295877e8089389 0.00 MB 1 0
48,762 48,762 000000001f48640dfc2c02992cbabcb6d57efb1727011df57efa64391decfaba 0.00 MB 1 0
48,761 48,761 000000002947e2f107d5c68dc91428568030b53558adc77dd8b6d6cde7c17acb 0.00 MB 1 0
48,760 48,760 0000000007eacd060b972befbe32db5a130cbb212a3157a870616a46f2562598 0.00 MB 1 0
48,759 48,759 000000001d882440138a09004239670142119cc8d783deb10491d0057e31f1bb 0.00 MB 1 0
48,758 48,758 0000000006f319b40ce4de07b409b4b1d93df4214d81bfab6490308d789be732 0.00 MB 1 0
48,757 48,757 000000000220869dd91f9278fad20406e1c4017346b5bdfca51488287f94f114 0.00 MB 2 0
48,756 48,756 00000000111d8ebf1a9590b604c935f23d6073c875c66ca97470cfbc00ab8e84 0.00 MB 1 0
48,755 48,755 0000000005b308f3b60b5ffce01dbcd9039608a21e8dcf359df82ff3a3054a2d 0.00 MB 1 0
48,754 48,754 0000000014de55de58093ec3b8bf96d717426f5913cc0f4e36f06e43baf189e0 0.00 MB 1 0
48,753 48,753 000000000afdfa096e670063ba7a3b7097011423a40352c1f4f63ed9bcabe455 0.00 MB 1 0
48,752 48,752 000000000f511136c5a0d3fe54def0c56bdd470738d9c3d359f9654b6553d558 0.00 MB 1 0
48,751 48,751 000000002211294dfa1632b2379187a93652f73cb93cd648a8700ee483715760 0.00 MB 1 0
48,750 48,750 0000000005ee5d753421f14d0a5d5fe2163c4491833c0ebb6b8b93a9a0ca0445 0.00 MB 1 0
48,749 48,749 000000001ad416cc4957b5889accea2535f05a414cc8bbab84675634008ec37c 0.00 MB 1 0
48,748 48,748 000000000b58165cd5c3125bec22a9d7645e47cb6ab7f0a399c8f40f2f85a1af 0.00 MB 1 0
48,747 48,747 00000000009abd612c8d5b5c903bf1fa669d5f863dcd42f99d7b5b8c06f45ae1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.25 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.