Memory Pool Memory Pool Refreshing

2,359 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,771 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,327 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,770 (484,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,645 423,645 0000000000000000044f3ee6b59a6e3784d1343bba3dee3be6f508e4700d7809 0.91 MB 2,049 59
423,644 423,644 00000000000000000467759b1f91785cf44b9883fe5e906164c1fcfc801e70f7 0.13 MB 150 31
423,643 423,643 000000000000000004b876069e371d718788e41bd9fb7d1a4ef1e245e742da8c 1.00 MB 2,516 69
423,642 423,642 0000000000000000018b02964446a20bf418bc2004dc663281a5f5bb8410792e 0.54 MB 1,166 64
423,641 423,641 000000000000000003f8f71c1f6e774ae71b5e6eea7ef3d474c149a263bf8ef9 1.00 MB 2,303 73
423,640 423,640 0000000000000000004a61296db154d8c8f50e592ea29d1efb9404ad3d86f6ec 0.41 MB 758 69
423,639 423,639 000000000000000001ade30a8606f17c6ee21fde228201a104ed938f4ca6cee3 0.50 MB 1,017 60
423,638 423,638 000000000000000003afd1a8abac839c1bf95f1c3f06e3f352275818b2756390 0.60 MB 1,205 57
423,637 423,637 000000000000000000ff7c938213b2154ef0b8b22f77f1a26b55db72a2fb8763 0.75 MB 2,018 90
423,636 423,636 0000000000000000009773be0974f36b3b80e6557a6b5d2c023c43d3c7056dad 0.99 MB 939 33
423,635 423,635 00000000000000000226b4155ed078b863b32c4f380aa5bc97dfb54b9495e508 1.00 MB 1,676 53
423,634 423,634 00000000000000000277229043bd6b77a71172fc5fbdedfa616e975e70aa282a 1.00 MB 2,558 75
423,633 423,633 000000000000000001f275bc4692f27777e91662187e5ff2d0e59580341e0792 0.56 MB 1,289 65
423,632 423,632 000000000000000001e59995037cf893c6bf3c32d3e40cf636ca34b1b711a59f 0.00 MB 1 0
423,631 423,631 000000000000000002768fe987a04f9719d1501aff682c7c81d610a8441eed88 0.55 MB 1,198 64
423,630 423,630 000000000000000001f50c7ee9ec2d1dc4b277b85010ac11fc34e5dfb974b4ce 0.98 MB 1,422 32
423,629 423,629 000000000000000004615efc2fa51d9741c1bde65fe09d52674676431b92b6b8 1.00 MB 2,330 55
423,628 423,628 00000000000000000430525aa9343904feeaf711e3d905f5aa03f05f957f5780 1.00 MB 2,197 87
423,627 423,627 000000000000000002321bd0d6d7fa7819b9c88e48d29348bf4469dbaeffe7ad 0.99 MB 2,340 66
423,626 423,626 00000000000000000451968b2f0d7405f1a46c2692062518ccca128dd2fcc9bf 0.73 MB 1,833 61
423,625 423,625 0000000000000000054ea3126a39c330678dfe620b03dc0f67bad2877494ebaf 0.99 MB 1,479 29
Previous 10 blocks ↓
Total Size: 769.11 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,629.71 GB sent, 93.45 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.