Memory Pool Memory Pool Refreshing

2,536 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,523 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (589,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,403 318,403 000000000000000012f32849977ce1c56f9cc348e7c82c219f952503e127977b 0.08 MB 152 27
318,402 318,402 000000000000000021caf0a14b8cdcc9e077fa664e4c6332d5ad9019ecb9e34f 0.49 MB 851 25
318,401 318,401 000000000000000004945fdf3fdba22a44bd3ec324793c5b400b594ec2715fe6 0.02 MB 44 29
318,400 318,400 00000000000000002341315d1b4cf8085d871e6bfa956505b26adc187de6f3ef 0.01 MB 17 28
318,399 318,399 0000000000000000018051c1416bd4fbcee84eacc4e3133e45bd82ee89f34de9 0.01 MB 20 15
318,398 318,398 00000000000000001097d42e6d1f1354c58343ffb8c6d68f5ce96aa274525fc1 0.09 MB 202 32
318,397 318,397 000000000000000004dfd788700941f5801751b2e372e657d725aa5570e185cc 0.01 MB 25 24
318,396 318,396 000000000000000012e27b06b8497899b75c03ee97b4ed97b2958f8dacabbe94 0.09 MB 164 27
318,395 318,395 000000000000000016375c001c0432aaeb8778945344af915a7f7f091e5e3c58 0.13 MB 204 21
318,394 318,394 00000000000000001f711cc58b430818f9fdcfbf09887bf0f901120c0eb0a152 0.35 MB 770 30
318,393 318,393 00000000000000000a82584441886fba86bd4753c9def3158a2bd38dbe5bd893 0.02 MB 29 22
318,392 318,392 00000000000000002af90cd104bb9a9cd668f6d8ae85450db031e9376411eb68 0.11 MB 200 24
318,391 318,391 00000000000000002e04a9b07cd573adc9dea6ff0902ce8926b6e03853851181 0.22 MB 304 20
318,390 318,390 00000000000000000f63c7a3a98019272ec109450730a1653418f0920cc28691 0.35 MB 732 31
318,389 318,389 000000000000000000f17066abda739e6faf532dcd39bf45fba1e7a489ff9b18 0.09 MB 188 40
318,388 318,388 000000000000000012a74acdc91f0775357e0681c6d5901f1f6f2dc1be402c46 0.05 MB 94 25
318,387 318,387 00000000000000001835bef3df433205da52cec4da9b56cd39ea735ee142d2bf 0.17 MB 222 17
318,386 318,386 000000000000000028a5488266ed9df48452fcd665866248dc77764c97186105 0.12 MB 302 29
318,385 318,385 00000000000000002cb542aafe3ab69e74547dd4d765a36838a701783c1ebfaf 0.17 MB 299 25
318,384 318,384 0000000000000000213f458d61cc4a86ba7ad8e69f6000d8f22cf158e6fc68e3 0.19 MB 261 22
318,383 318,383 00000000000000001df17270671f9ee438409bf18d912afbe9843c113fd8b265 0.24 MB 415 25
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.