Memory Pool Memory Pool Refreshing

1,682 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,285 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,679 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,284 (827,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,014 81,014 0000000000222f283f5dc1d5800226c2bb4431192f2547ead046354585c87de1 0.00 MB 2 0
81,013 81,013 000000000010a5352efa220754513afad2be891e870e011af744c8d9afcb38da 0.00 MB 1 0
81,012 81,012 000000000027e175432abf98a34bd46f7c0790c4c1d55539b4fa62d6d3114a1d 0.00 MB 1 0
81,011 81,011 00000000002d71b2246f9af249f8ca9709b9cb57210ce9e132bd05f2f5ff13a8 0.00 MB 2 0
81,010 81,010 000000000034b93990e7655a6ebbbf15e8a87e25088bacaec0c4a3d389e21fe4 0.00 MB 1 0
81,009 81,009 00000000003bb6ca1c3f78a09853d9444f2a78ea90d79f5323d5398388359d4d 0.00 MB 3 0
81,008 81,008 00000000001104f8028db43e6ca855c978b2ebee7b9bdc3deb40ab6c68c8ee31 0.00 MB 1 0
81,007 81,007 00000000002206c4bdc047d2d779ab5a11d62253cd235b69799ec40d14c8875e 0.00 MB 1 0
81,006 81,006 00000000004338a8bc53a202feab775424c6e2ae3c002745401421bf33103bd6 0.00 MB 2 0
81,005 81,005 000000000010e9d84db5d01e1cd2c9f8e1d9c9f917b4a1526391bbcf37534cad 0.00 MB 7 0
81,004 81,004 00000000001f63b542efadc640334f25493affed75130a86ef577df664c47917 0.00 MB 1 0
81,003 81,003 000000000028bf5e8790ebfe658dc41e21210c0ed82b09f01df4b782e8545e3f 0.00 MB 4 0
81,002 81,002 00000000002467fe860130cdf6d9d03b32aa263cece6b483236d8749b691fb4d 0.00 MB 4 0
81,001 81,001 000000000024a8e74920194cf01de89766fa64ed18f87e2dbb214bb5e0b391c4 0.00 MB 6 0
81,000 81,000 000000000030c11525e18d5083000ca58a6b1625ce54b48edf16b9b6dbd8f043 0.00 MB 2 0
80,999 80,999 0000000000082b8df0ce6190081d87d1e1a760526428bc21f92d8fb2e32718e0 0.01 MB 18 0
80,998 80,998 0000000000102de9f5a63ac55bf3913f222d20f286f421ce79d52639c8f0051e 0.00 MB 4 0
80,997 80,997 000000000013a9291c24f9b5d79ab42c8a66e791cbd8aad9390185a65210071f 0.00 MB 3 0
80,996 80,996 00000000001b3f33917a079f8453aa7ee299ecf86220e9e0b37831770ce5687a 0.00 MB 1 0
80,995 80,995 0000000000242fc65a69b85e1a98691a5b72cc386d497333d6276b985e55c603 0.01 MB 4 0
80,994 80,994 00000000001893fcfef5609b586cc34a4ec9cfa89c1c5722a7c2bbed709d4d80 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.08 GB sent, 98.25 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.