Memory Pool Memory Pool Refreshing

4,074 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (114,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,303 793,303 000000000000000000039dadea30ba9b9f21889c146d7c2a115d98545d8a539f 1.84 MB 2,763 72
793,302 793,302 0000000000000000000108b5d11af458b3d40c64beabf08e5a3ea0eb92e2dd95 1.55 MB 3,170 52
793,301 793,301 00000000000000000004aafad76f3c92b59f6fc90bb870f498e44d2f82276191 3.10 MB 1,368 62
793,300 793,300 0000000000000000000489b88353e3612f529a1e10fffdf1da876fc59e696248 1.70 MB 2,709 54
793,299 793,299 0000000000000000000047776cad5bc4e9e74e33e62be70792d899d799c69af1 1.69 MB 3,694 44
793,298 793,298 0000000000000000000323fdc18bc4afd6f8095d3d30979c02e3672a28ce0a23 1.56 MB 2,661 54
793,297 793,297 000000000000000000023014caa14aed390ff961ff3e21a89dd3d6449a2f591d 1.50 MB 2,646 70
793,296 793,296 00000000000000000003d5e3348b209b109a3a893797a65c32b0be7f9e9efb6d 1.54 MB 3,534 53
793,295 793,295 00000000000000000004c65c441c9d6cbfa4aa6f711716dcae260c31d682a5d3 1.54 MB 3,354 93
793,294 793,294 000000000000000000040cf36b24fb344076c3f4b08d83273983bf18f35d7326 1.22 MB 1,161 58
793,293 793,293 0000000000000000000059ee0a6c7a2788c121e9e125d48a029f6b6722c7171c 1.39 MB 2,154 67
793,292 793,292 000000000000000000027a787685064d693319ffc684691496e6c47e39a169f8 1.56 MB 3,402 54
793,291 793,291 00000000000000000004068f3d50c1655401dfda07e043af7a765829e58c4184 1.64 MB 3,099 72
793,290 793,290 000000000000000000048a5f7e9ae1c036154d3c68780f47ccd6faf4dae6ea0e 1.52 MB 3,372 97
793,289 793,289 000000000000000000047f68232cf7346119e8e31d6b62c15b35252599290b5d 1.57 MB 3,112 95
793,288 793,288 0000000000000000000393a02d81e6375facbc3df46c8e0c714c363571b7da50 1.44 MB 2,628 91
793,287 793,287 00000000000000000005104d60fafd9498b6e0acdf735844928841ac40bbcc08 1.54 MB 3,377 93
793,286 793,286 00000000000000000000baaafa08d8627428615f060a1a03f18c374f173a04a0 1.28 MB 1,059 59
793,285 793,285 0000000000000000000365bede76ed519d6c1086cf339e20ecfa894c22861502 1.52 MB 3,415 83
793,284 793,284 0000000000000000000388895e20df23fcbfa3f50baf4a4f7c65695ab421aca3 1.61 MB 3,271 68
793,283 793,283 000000000000000000001a6aa79d949a89db392ff04ec5a9bb2dd8c2d4403e58 1.48 MB 3,238 104
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.79 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.