Memory Pool Memory Pool Refreshing

8,223 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,311 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (63,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,225 844,225 00000000000000000000de73d1d3aed33fac75af4ad5536d15a15147b72940de 1.62 MB 5,343 7
844,224 844,224 00000000000000000001f776c5abf32598b5ba7df0b63374fb5ed083ec7a5222 1.80 MB 5,728 7
844,223 844,223 0000000000000000000041699a70495c4b24336b023f48b0bbf2d886d1bc3750 2.27 MB 3,629 8
844,222 844,222 0000000000000000000156475d161b18fb6baea394e6d34aeb4b730ae8683ede 1.53 MB 3,863 13
844,221 844,221 000000000000000000000228c2a279e529793de424f5efebd8a3c098b5af7bfa 1.99 MB 4,273 10
844,220 844,220 000000000000000000017656203532f184fbff42c9acb01669f4216b56de00fe 1.79 MB 4,730 10
844,219 844,219 000000000000000000027bcaa4aa7ee2dd0b8984b8ac51c131510e35a023d3fc 1.98 MB 519 7
844,218 844,218 000000000000000000017259d576d5d85403342fb128e45c0c8d297125ba66af 1.87 MB 2,024 8
844,217 844,217 00000000000000000000336f9569952b777a38f9647cef0baf2dd79076a47f34 1.50 MB 2,703 14
844,216 844,216 000000000000000000025c3d4d14f1de2e2179c93bfab63a21f894ec87a0eef9 1.78 MB 1,191 8
844,215 844,215 0000000000000000000272bb870abad3fa5bb68d4e3d470ab7cbd4e5845ef47f 2.00 MB 1,810 7
844,214 844,214 000000000000000000013d3da867fe7ea28fddd1ba1cf616390f1a7dfdbdd56d 1.58 MB 3,442 12
844,213 844,213 00000000000000000002f0f097b807b9c814dafb9e754d4d0565a26ed1370677 1.56 MB 3,320 14
844,212 844,212 00000000000000000001a91d22922d7f9bc6d95a491620f004b96ffc4d8f3ffa 1.76 MB 1,557 9
844,211 844,211 0000000000000000000162f57c71fc56942e083feefe872c96687e331f474183 1.60 MB 3,020 11
844,210 844,210 000000000000000000029951370c541f007412d4e1d875f2d8e19e14854df537 1.83 MB 5,565 7
844,209 844,209 000000000000000000017b424a6f0c5e6f6eafafd679a4d9f865c09f0c95d0de 1.69 MB 1,492 9
844,208 844,208 000000000000000000032deab529a049efa90dc5b51a8e5a08f7c837c0535c8e 0.00 MB 1 0
844,207 844,207 00000000000000000002892cbba9c8e6140b2e9f63c78fe2ee6d13d28ec7414b 1.64 MB 1,982 11
844,206 844,206 0000000000000000000282c51f1ae0425a64e5bb68b0630253bdfbdf94d18d13 1.57 MB 5,312 7
844,205 844,205 00000000000000000001a318a65c9f310e7497cf3431e2778b40597a8fc468e8 1.84 MB 3,137 7
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.43 GB sent, 93.81 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.