Memory Pool Memory Pool Refreshing

2,283 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (837,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,474 70,474 00000000011c7846be9748d694a3961403a04fe2a61f76fc1fe6d8990b2a6ef7 0.00 MB 1 0
70,473 70,473 00000000002a26256193d4bf5a17af18fdea25604094bf22657ce94099bf8955 0.00 MB 3 0
70,472 70,472 000000000060f275c669f12bc0f13dfe25975ba6d556020a0fef0ac477d15db7 0.00 MB 3 0
70,471 70,471 000000000120b1cab8ff22a80682fcf306f3d726e7ac26319f19f4a2b95fef88 0.00 MB 6 0
70,470 70,470 00000000000539fafdf43dd993affd4769fa037720b9ce9331b324a07583a3fd 0.01 MB 7 282
70,469 70,469 000000000159459808790ef553d6bb0ab7848466044c7161f42817cfa3af4ca9 0.00 MB 3 0
70,468 70,468 000000000071209a06731408eece74d0a13461f94a2a2b292533135f6da82f08 0.00 MB 2 0
70,467 70,467 00000000006a021c69a8363f209d9e5953301f5302d5009016a5fde649eadf31 0.00 MB 1 0
70,466 70,466 00000000006d1962780d25f280d7d3887a17ca7e0f07de4ea5c4950131b6f270 0.00 MB 6 766
70,465 70,465 000000000004e5a41b59eff623163ea9cfbc2b13a8012a830cf59c4888c0a117 0.00 MB 1 0
70,464 70,464 000000000147a58feb8c2465fa074f7e7c75a2004f0e8c65bf74ae6da0728c4c 0.00 MB 2 0
70,463 70,463 00000000003656d6e6bf9651f7e4bc3bcacea102e2cde9540a3c5de0e1360f1f 0.00 MB 1 0
70,462 70,462 000000000095849d1bc50f53572754b8cd1de5b3b1b3dcdc790503c101e0d1ea 0.00 MB 1 0
70,461 70,461 000000000118e39c22d56fb4c5ca6e289fdd8e759f3b23b8c014596fedf16260 0.00 MB 2 0
70,460 70,460 0000000000b5baa941b98b9a470a4b28472dcf5378f1e53a6c54c793fc451767 0.00 MB 1 0
70,459 70,459 00000000001f9cd3709cea86ec88be14f5b1ba387f0d07b37675277c3c78135f 0.00 MB 1 0
70,458 70,458 000000000074824f6f3b8db7ca0d99439d6dd0c46c36e11e44ebce436e3ec472 0.00 MB 1 0
70,457 70,457 0000000000e27c95a4acbf76a3cdd02aecc81dfe8916b96e79573125aa1fca21 0.00 MB 1 0
70,456 70,456 000000000052e709ab3b4f7f470abe78f2d3e05d41e7629763e03ae5e8295f26 0.00 MB 1 0
70,455 70,455 00000000007848d2a17dec5da27db6aad9fe8b150166b79aed1cc06da146382f 0.00 MB 1 0
70,454 70,454 00000000009d2e3822dbaa2fa939fd529224bc691b6edf562b12e973ddad2667 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.