Memory Pool Memory Pool Refreshing

6,418 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,826 (598,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,280 309,280 00000000000000000a3b245d65b7acdbbe29bcee2f04ac6fd68d4d7fb0e4de85 0.08 MB 109 26
309,279 309,279 00000000000000002c35566e772ebef2d4361aecff96e0a01a7ca4872061ce33 0.01 MB 18 26
309,278 309,278 0000000000000000356c67a53512bbf07e9f57a45b31021f6889d17ff21e34fe 0.06 MB 104 28
309,277 309,277 00000000000000002f73ad17d46fbe62851963023674eb89dad965114071499e 0.10 MB 206 30
309,276 309,276 0000000000000000266d5cd885636815707c940d9099c523bd66d67c57729475 0.01 MB 21 26
309,275 309,275 000000000000000000b94c73f95be07c66121b0d205bbc41c04af5df6addd53a 0.03 MB 72 34
309,274 309,274 000000000000000016bdf88da3c0383a7b386702c523338f60b936567a90ab39 0.06 MB 122 39
309,273 309,273 00000000000000002e402cf7c2652ddd22d843ba216f8084b9a50aadcc644f9b 0.02 MB 51 34
309,272 309,272 00000000000000002767e39c1966727a5f383cf9a5a32290173bd5bb41e31685 0.03 MB 66 34
309,271 309,271 0000000000000000067535de6b9509a11cc6e472e66fb2fe3201f64886f28aa5 0.04 MB 64 32
309,270 309,270 000000000000000039b9c4e8d9515bef0a95c461ef005a8d9830e1c812d9d3bf 0.06 MB 138 32
309,269 309,269 00000000000000002f13089a4731a23bb18d45edbf3ed542d878273dd8fc06c0 0.19 MB 340 30
309,268 309,268 00000000000000004131562ca50a5fe95aa32f3c3241dccbb8526c6b487f4e22 0.40 MB 675 31
309,267 309,267 00000000000000000d0dea7d6af3c9d9e70f5eef067dffb2a7735806cfe8e242 0.00 MB 1 0
309,266 309,266 00000000000000002d3d52ef55e1938f48040524d566b7153960376743d3b8ba 0.15 MB 297 30
309,265 309,265 0000000000000000175c35437e00c12da7f42696271392c55ce1095b3fa63ac7 0.06 MB 104 29
309,264 309,264 00000000000000001496d76bdd16f9c55089047fb31c8659b02513415a1103d1 0.02 MB 64 38
309,263 309,263 000000000000000019f193859224fdac85dd51a282f61d5494dfd7034046cc3b 0.33 MB 584 28
309,262 309,262 0000000000000000307c2feb3aa3f651d9e2e1497539826012c9add29802ebab 0.06 MB 106 27
309,261 309,261 000000000000000034ba0ba4726c9decdca5f0afbf7df11ebf4a52b0470dd85e 0.08 MB 166 30
309,260 309,260 0000000000000000164ff79aefd1449e87597477bf891b70596799820108770e 0.04 MB 95 23
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.