Memory Pool Memory Pool Refreshing

1,350 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (864,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,591 44,591 000000000271d0a17b252e40dbefd79c3fde162b5ba527341bb20c993e7b2ef4 0.00 MB 1 0
44,590 44,590 000000002d864c50364155d1c3ed8f4d5068fd6b1f7be2c8155c9906506e1a7d 0.00 MB 1 0
44,589 44,589 000000002d34111ccb3526f5d153b81cae69f7ec9e2d5fef7efa949dc41edd08 0.00 MB 1 0
44,588 44,588 000000003046b2bab2bbef190d91e09c1a651883c7637682f6c65355590cb711 0.00 MB 1 0
44,587 44,587 000000002281828fbd467c36243501a9aa44bcc679b5c8a6706008f5af4f325f 0.00 MB 1 0
44,586 44,586 0000000034de962f3e02cb4f789a00ac162582e8d6b6ba51757e0892636e03a8 0.00 MB 1 0
44,585 44,585 000000002fdd5bcf00351859ca9d8a7c32a6d206ee681a821824e99905178830 0.00 MB 1 0
44,584 44,584 0000000029c0cc4e5fd2fe15a7d0f913389f8915a17c5b3b32b214a68216cad5 0.00 MB 1 0
44,583 44,583 000000001fa9356f89cf39f54634a3bf1c0ba8397714673bfa61ce44a110e358 0.00 MB 1 0
44,582 44,582 0000000035794d7c50ac40685b307f92f185658029f42ef76b5069b9e8870ec5 0.00 MB 1 0
44,581 44,581 000000000df659ef14881d26450da3f4aa68cd9611de36ef2dfade91ad2cc721 0.00 MB 1 0
44,580 44,580 0000000003370537ac42b59fbaef5c4a8f1749a3de12a2cf20013a6f91804049 0.00 MB 1 0
44,579 44,579 000000000d2d46753cb5e9c2543f710a5aa27dce3d26d505825e057b30fe87ce 0.00 MB 1 0
44,578 44,578 000000000821837f8a032098a0b7eac9f0cf573d21a5600ae1145192c6d6b7eb 0.00 MB 1 0
44,577 44,577 000000001cb7746986eafe204f948c423ce93489489d1689e3c79e480cd4acd8 0.00 MB 1 0
44,576 44,576 000000002689c90d68b8148b9f1ac5ec6c82b18ccf6ae6b13fe6ea534a82cda4 0.00 MB 1 0
44,575 44,575 000000000ace79896f897a0f4a1fe4bc92457f43e9f0ed17740407be87dcfeeb 0.00 MB 1 0
44,574 44,574 0000000015309a7246f98eec0ea19cf813da125e1ebcd1a50185e6b3a3730f6f 0.00 MB 1 0
44,573 44,573 000000000c859d8f5d4ccc8d8c4fcfb1957baa2f31e8a2a0d8a0a51c47e0242f 0.00 MB 1 0
44,572 44,572 000000001bf6bd9ca937acaab92a575aa160f99bf8b8a672c61fe526e497e8d7 0.00 MB 1 0
44,571 44,571 0000000000cfed727c4d488d1f4821f1b0568535b9216c2a2165ecf2f36e9153 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.