Memory Pool Memory Pool Refreshing

2,780 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,522 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (871,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,878 36,878 00000000bc6641fea0a5f96271b824e671ebdf6784cf6b64239b3aea25e62f02 0.00 MB 1 0
36,877 36,877 000000004af9b42247439dec3b02db50f234a1108403af5547958eea5c736d67 0.00 MB 1 0
36,876 36,876 0000000069547c20560d1590e9a62d0e12179d94940611f3485c77c64e47ea2f 0.00 MB 1 0
36,875 36,875 000000007db3b25a276c06cd372392415fd137661231cd1f7136e8b84109e15e 0.00 MB 1 0
36,874 36,874 0000000068d1a5c89a7362021fb9a29cbcfdda6f23af312eabcf28f61fd1107a 0.00 MB 1 0
36,873 36,873 00000000007939ca6608307437edd9e77edbd8eef35b847b7e3522b89a5471ec 0.00 MB 1 0
36,872 36,872 000000005f9ff90b3c7ce5f62bca58dad3043d297ee43c43c941f238634a8666 0.00 MB 1 0
36,871 36,871 00000000808b0b0a780d86a4577c6cb289e3572470688e6eb4bc335b402b2e90 0.00 MB 1 0
36,870 36,870 00000000203bc00ba5ffb371eca69509aa4ac3a6f5cf2e47a3ed633c3a8ddc31 0.00 MB 1 0
36,869 36,869 0000000010c3fd192433859bafb7dd66e785e384062893905f510c1c37a5f744 0.00 MB 1 0
36,868 36,868 0000000044ef22b233700935637fd8cf6016d3dcf81f402ffe67e574b612f19c 0.00 MB 1 0
36,867 36,867 000000009ad9aa65ac9070e729f0c0c7f96ac6ae6e33f68d58f2ba90acfaea3b 0.00 MB 2 0
36,866 36,866 000000000d7a83806db522f537bf2cee9cf7469e9167be6b1ca1d590d8c658de 0.00 MB 1 0
36,865 36,865 00000000aa062f056df86516f679af8a3a058143d2da302e94c7992f75e1370a 0.00 MB 1 0
36,864 36,864 0000000072008bbcf2e38da70b9bff7a0096741d7d16f738ca1fcd4be84ea43f 0.00 MB 1 0
36,863 36,863 00000000817d3256ed4da80ccadfaf5b06eb0a3433cd67891fd61786ab69bb32 0.00 MB 1 0
36,862 36,862 000000008efa815844cf672b51c72790d6c40d37294eb9038a73e3a99222797c 0.00 MB 1 0
36,861 36,861 0000000092a9eb056585e94fc5e02ea31dd384d6e1cb549e5d4238b1628b9def 0.00 MB 1 0
36,860 36,860 00000000b77824acc80d4a2f231616a296e057438d2d90c15cf35f1cfd49ec56 0.00 MB 1 0
36,859 36,859 000000009c3494fecfb0039ddfb8bad4004a084a03bd312bf67afda0d1526ebe 0.00 MB 1 0
36,858 36,858 00000000a835042914f8a9c9c5c247b82a1d9e48edc5b41dae32451f1781dce8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.51 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.