Memory Pool Memory Pool Refreshing

4,193 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,465 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (156,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
751,435 751,435 000000000000000000079b29f2473e8ebf727edb0d512ec07c95ba67d1bbb3ca 0.63 MB 1,033 7
751,434 751,434 00000000000000000001e2f4e9e6473cdb3c5c0f656c6b772cf2358b3ce2afdf 0.02 MB 58 10
751,433 751,433 0000000000000000000093149ba47416974c42260959490d45002b860ee63cd9 0.84 MB 1,521 8
751,432 751,432 000000000000000000078c48158f2faa5a962ee738fb984fd06803536b77285e 0.44 MB 817 8
751,431 751,431 0000000000000000000908f5e6e940891fd31da19749eda592099842e9ecfe6c 1.57 MB 2,080 3
751,430 751,430 00000000000000000004fc12814a8efedb5018f769710955e22e0b21180710e0 1.49 MB 3,095 14
751,429 751,429 00000000000000000007ed35c0f13fdca9390009cf0680fffc34563393b6b581 0.32 MB 779 8
751,428 751,428 0000000000000000000559b98c941ab48b9eebe51f0065b1c26531616482d28c 0.13 MB 223 7
751,427 751,427 000000000000000000007ea2ac214ad0b49fb55797c5b961d09d433644c4eeb4 0.85 MB 1,678 8
751,426 751,426 00000000000000000002002e1c8114ffc311b3a150218948267ef18119ae11a6 0.02 MB 58 10
751,425 751,425 000000000000000000048b9010b7094e193f9a4050f7a97f1f4f3d854e9c4d94 0.20 MB 302 8
751,424 751,424 0000000000000000000883d9f701f8a4d8c6a31c1bb647b8910ba9636a044701 0.90 MB 1,566 8
751,423 751,423 00000000000000000004b8b23b55c8f6f20196039ca7a7968e8f372ab9dcc8a5 0.28 MB 435 8
751,422 751,422 00000000000000000007dde5c5183290b272dccd334628e81827bdc87abdfaf4 0.50 MB 869 8
751,421 751,421 00000000000000000001229bafa4615b6eefae955356d9239ecd48707a9267ff 0.42 MB 603 7
751,420 751,420 00000000000000000007c277900a1d00c0b79a01525ba0a3f6dd6f42e5e39b7a 0.87 MB 339 1
751,419 751,419 000000000000000000071a423db2a654616b962ad15fd42e55897695730ed1cc 1.56 MB 1,963 4
751,418 751,418 0000000000000000000796dfe19390f16cd8cc2152fc54f5f489b3e23cf4a64e 1.36 MB 1,641 11
751,417 751,417 00000000000000000004036fc55a7ad832e472c9588d90c91e113f65791d18ae 1.64 MB 2,069 6
751,416 751,416 0000000000000000000868853f709ba35a998840e50aa2a2106555b7119387bc 1.63 MB 1,818 6
751,415 751,415 00000000000000000009cb80230c1dfc6a89e36ff7acb27e5202c3f964931d0f 1.66 MB 2,398 5
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.