Memory Pool Memory Pool Refreshing

12,395 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/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 ago 1.00 vMB 4,095 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (547,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,212 360,212 000000000000000011b5c77145ad882ab7f207916eedbed14f7757d1f55dc053 0.75 MB 1,270 22
360,211 360,211 0000000000000000003079ed4b12dd0e20c2d0d6b83d77d854fdc0a27931b6e8 0.75 MB 1,090 20
360,210 360,210 0000000000000000141ae57d014beab7154b6c196f499db29943cd1cefb68560 0.75 MB 1,659 33
360,209 360,209 0000000000000000157901892f3ef8ad8599ed26fed12b69be2ca13eb3ef0617 0.75 MB 2,037 35
360,208 360,208 00000000000000001658569e328e8e60aa73e9cf1a8d47a78a18252239c4074f 0.08 MB 43 63
360,207 360,207 00000000000000001530e2bc606b5a81812e37e224093275d0e9136211094061 0.15 MB 366 30
360,206 360,206 00000000000000000f757987312e482d3edd6a019d9eea5eb62e0b4a13e51e05 0.23 MB 514 30
360,205 360,205 000000000000000004ce8742139b48f0909cdb0fc346b8cdad01d730cb978d2e 0.52 MB 964 20
360,204 360,204 000000000000000006d97244f3d940581f6334fdffefee6781f5ecd5774dd3e4 0.58 MB 1,154 29
360,203 360,203 0000000000000000112eaefe8a9d3a2cc6b428d8bdba4aa35055e80595ae8937 1.00 MB 2,061 31
360,202 360,202 00000000000000000492abae7af6db307961953fe9253747e24d8c33362f7e72 0.03 MB 64 33
360,201 360,201 0000000000000000137757fc37a57f597a844814ad29c898be4dce19a925481b 0.39 MB 774 28
360,200 360,200 00000000000000000599d99aa420e018bd245b6e7fd48e490041ab2f9a0aac38 0.32 MB 627 25
360,199 360,199 00000000000000000d809d605d4ad1f0df8b122cdba952a9011bc26688dfe3ab 0.81 MB 1,632 26
360,198 360,198 000000000000000015f25062f311c09f4e5cbd0a2983d60016fad8ac1be13004 0.13 MB 262 20
360,197 360,197 00000000000000001341439978bb948f808b3fa1cb253bb35c8d998ad23306c4 0.60 MB 825 18
360,196 360,196 00000000000000000a43899c14fdddee03443f9bdfcf2508f61838decc72b52c 0.75 MB 659 3
360,195 360,195 00000000000000000361b28e82c99eafc1ff1ec3c02f6a88c538ff4a15d817f1 1.00 MB 1,776 18
360,194 360,194 00000000000000000d4715facf6076038066bb273681e9c7ac0d5fd67d6f95fc 0.75 MB 875 21
360,193 360,193 000000000000000002a1c7b2e0327f39f5650ecfbeb3abe7d685356ffb79284f 0.75 MB 2,123 44
360,192 360,192 0000000000000000144086516ccc3824128835fbef52eb26e0c0fc81723f0dac 0.75 MB 1,379 25
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, 113 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.