Memory Pool Memory Pool Refreshing

5,595 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,726 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (872,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,512 36,512 000000001aef8c8993747c34bc6c52f9c73cc2a3349d22acda68d01c4ee9f60b 0.00 MB 1 0
36,511 36,511 0000000063649dad9ce4848183e72f67bd7fa6ed502088cbeae540ab791004b4 0.00 MB 1 0
36,510 36,510 000000007a15906e0f6524f095e6bcbc0147625b94b727bbe2e298bd1d97c765 0.00 MB 1 0
36,509 36,509 000000002ad27d9422a73b9c71e21a1457d75ebfede031406db8e84a843f0070 0.00 MB 1 0
36,508 36,508 000000008b51aafe73ffaf67717aa541b2b30160e4754d3b586284009a4627f2 0.00 MB 1 0
36,507 36,507 00000000b8f63522deccdea81158fed760a486d10f911649ae04c2d6b49c421f 0.00 MB 1 0
36,506 36,506 000000006cd44fc28f38df2789e15e5609c97c358ba5e272a14156f53fdab426 0.00 MB 1 0
36,505 36,505 000000007a8b0a9074cda5216c5819c64c8751e409196fe3ce313ff4846901e7 0.00 MB 1 0
36,504 36,504 00000000107f097b1c4775ef83dc40c942d1990a5c5d0a2500072541ba7741d6 0.00 MB 1 0
36,503 36,503 0000000036d7977e9c37c3b2ff6a649344a89d5ef29b336458d4c6370337db2e 0.00 MB 1 0
36,502 36,502 0000000033ae7689e69e7ff3585f40726f830ce3a806ae72a35627d6807a3532 0.00 MB 1 0
36,501 36,501 000000005a917f77c7494729ee4d49b524ce97c95a46de3ccbca74338b99f664 0.00 MB 1 0
36,500 36,500 000000008099eafc787d9043370684631ed0136a7c04f60c9bce6bb51b32c3ad 0.00 MB 1 0
36,499 36,499 000000002aa40fc456b6076da7d891c5804c5b42aaa291bef991f22a0f5efe9c 0.00 MB 1 0
36,498 36,498 000000003dafb4726b89c02fe4012edaa513b38bb217502ab9f72372dc57ccb1 0.00 MB 1 0
36,497 36,497 000000002dac510b91f1a0a73b6bc4fb648d98a89e4c3e21392a5caa4b00163e 0.00 MB 1 0
36,496 36,496 0000000016d57e2ae01b0af77f23e6a0a93dfef6dc1d171293505b3f77913d5d 0.00 MB 1 0
36,495 36,495 000000004f98aa3c3dd247d762f177ee6e714551329c53a2c95d8e8ba120322e 0.00 MB 1 0
36,494 36,494 00000000a433fc790ed6596f1bc4c541c53f0de93991a7fff13547b4da69d560 0.00 MB 1 0
36,493 36,493 000000005d5c8a61c9766c310370059efdb390253c743ce3959f02c378be933c 0.00 MB 1 0
36,492 36,492 00000000794c471ed12f60ba93065d8cdf654c93be2771772d273a6827f8c613 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.