Memory Pool Memory Pool Refreshing

5,103 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,097 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,282 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,096 (902,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,545 5,545 00000000d792554eb5222f19e1d3a91fdf66a3cd4949588cc1fc5bef7441d1c7 0.00 MB 1 0
5,544 5,544 00000000829fae72753f0d3fb9ecf5e6329501bb075a20be0529ff6fdeb333b5 0.00 MB 1 0
5,543 5,543 00000000fc162dab7c86bc96fe1096616b9a725aca1f60dee71fe7922ab9990b 0.00 MB 1 0
5,542 5,542 00000000d9081d63277c46d063f6bb871bb5af31110646cd302aefcd20a2d760 0.00 MB 1 0
5,541 5,541 000000009c927b3df26058a468ed1bdb924af1beeb6c5b673889b6d7ab816088 0.00 MB 1 0
5,540 5,540 000000003762accfac345c2d5a99bd95010015eeab1376dafd5910bd9fe0bde3 0.00 MB 1 0
5,539 5,539 000000009bfa84517289deee15509534073aec4d2f44f7be0e58fae9fa9165d8 0.00 MB 1 0
5,538 5,538 0000000093cad29af9f1a453c1788d661e1f03973b3de7a5d9895b5089b3560c 0.00 MB 1 0
5,537 5,537 00000000108e2d7ab83a34e3d4ab2eb807b9651370eec39ab33c3f52c897af4d 0.00 MB 1 0
5,536 5,536 00000000baa5e5244596c280cc198968a08000ab1147156d9d12499857404542 0.00 MB 1 0
5,535 5,535 00000000b7fad65ac1dcbcfae581af39d329f9d5e0d45ae221db87fadd01776f 0.00 MB 1 0
5,534 5,534 000000001c62d16f6f854444bd1e4cb28243a9dd8760e9a29a5adeee001bc6c6 0.00 MB 1 0
5,533 5,533 00000000c29bdae03f2f331c1ff69309ed7b55ed0c21d2e63ac4d36c6aa61bde 0.00 MB 1 0
5,532 5,532 000000001d58b1c023e458203f5389eeea6a325cdf75306d1cbc5c06620dfb41 0.00 MB 1 0
5,531 5,531 0000000046b6272474a106a41c35c914370c3b3d96da1ba75d2e29f6afc71a65 0.00 MB 1 0
5,530 5,530 000000005310971d1304a456759d9e85e4aad473f5f773a62fb9d08a51e313d9 0.00 MB 1 0
5,529 5,529 00000000c4e031a9a9924efd3ff0ab34f5b8f76ae66b3275b80f35d0767fcec3 0.00 MB 1 0
5,528 5,528 000000006046d37c2336f11cbb1d00a17557e003b8f3b93007d5107231db585d 0.00 MB 1 0
5,527 5,527 000000009f7f024e266e044b5ef2e5460f2b8599a7248a13b0eb09b029b50636 0.00 MB 1 0
5,526 5,526 0000000077b2d94aa31f27643f15f9c707b6b7a0f9a4c885650ab02f6b1425cf 0.00 MB 1 0
5,525 5,525 00000000668b7906f7d29afd108a5c0c9f5fd6439c5d678386de34df269d9326 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.29 GB sent, 96.53 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.