Memory Pool Memory Pool Refreshing

1,526 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,508 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (211,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
696,750 696,750 00000000000000000006b2d9b38f1c0f55e193ce5ac0e8897e454f0b45e2be97 1.48 MB 3,866 4
696,749 696,749 000000000000000000070a3c389962be63a739939877b133115b058ef8acf10f 1.41 MB 2,622 18
696,748 696,748 000000000000000000070993c3ab93e4292b65b99fc317fe5806e71d6613bc60 1.28 MB 1,673 6
696,747 696,747 00000000000000000006f9bf2938c72dac65993f00cf962a8c83741e605709c6 1.46 MB 1,773 7
696,746 696,746 0000000000000000000b04cad2b39cf014dac85463a3a7d0119bf6c24c9443af 1.47 MB 2,008 17
696,745 696,745 0000000000000000000d9442c9a3b6b695ed135051f7d4d6a039b4ef9d4d61b4 1.47 MB 2,499 7
696,744 696,744 0000000000000000000ababa2c7419123c044e35251886e51f6f07591de26607 1.46 MB 2,356 27
696,743 696,743 00000000000000000002e0864f9901afc230128551e7a3c6bad6042db3f94341 1.46 MB 2,410 14
696,742 696,742 0000000000000000000541bedfeb15ef3fb3d320b4335b26b1ed62c5fd6ed2d1 1.35 MB 1,987 5
696,741 696,741 00000000000000000000d9472906b1a1702c7e91a896e780910a75244532229e 1.51 MB 2,819 13
696,740 696,740 0000000000000000000cfc6e85e90b6e011dd4c67d290e6751942407a2503c23 1.47 MB 2,900 15
696,739 696,739 0000000000000000000f0f17a7c0354107e4d7d968ba837c2468e56ae104ed1e 1.44 MB 2,607 6
696,738 696,738 0000000000000000000ebb2e001f964941cadff64da95a8ab1e042c69892b9db 1.35 MB 2,871 25
696,737 696,737 00000000000000000011a00efc16f13b4709f44ac9788787b1246f3df880c6a7 1.74 MB 1,047 8
696,736 696,736 0000000000000000001131d29189817fb4b7fa62cbd52905958a203e1d7fed78 1.44 MB 2,744 18
696,735 696,735 00000000000000000004952c2042810823b45ce37c617f20222f01cf1b922103 1.67 MB 1,484 9
696,734 696,734 0000000000000000000189fbf55bff820c85a31fbd5bc9ca7f4d14488a45b6a7 1.70 MB 1,331 9
696,733 696,733 00000000000000000005db4a2993c5448e5d7c456ac23b63a54d5a654f826b91 1.77 MB 654 9
696,732 696,732 0000000000000000000c9bf8481a2a17ae84ca38dcd1898e6e933ac7ff875b2d 1.56 MB 1,906 11
696,731 696,731 0000000000000000000bc59d9bfb1b845544cf81c2bd906cbd472316ca8e22c2 1.47 MB 3,802 9
696,730 696,730 0000000000000000000aeef2c5d067e37fea6190f34154ee44cc758251aca0c7 1.37 MB 1,837 9
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.