Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (786,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,362 121,362 0000000000005ad4fb4c0773ee8420a710996e3d9a5926cdc5bc67339b50887b 0.00 MB 4 0
121,361 121,361 000000000000913f63a281b67a97ea9ad9a6143854bd4dce4a53dbe3db502a8b 0.00 MB 10 0
121,360 121,360 0000000000002d6e32f17db4292ddc2a6509571574575889a14198937a30d108 0.01 MB 36 1,867
121,359 121,359 00000000000056fcdff0050872d6e91cfd377d53212dd6a50d909a7d370e1d5c 0.00 MB 12 0
121,358 121,358 00000000000083a05cde6852a5ae453ed83cfd191da0c439e9d9cc62909e4c4d 0.00 MB 6 0
121,357 121,357 000000000000487496da4a6cafc9b324da38df29e4d09f71acd358e8ab2b49a3 0.01 MB 19 199
121,356 121,356 0000000000003fc0372afb8adcfe0fe6ca963a60378016b426c6268e7c8d2f1e 0.00 MB 1 0
121,355 121,355 0000000000006f3aa3af98ab77cd6ded3ca087eed4480375a91da9a7b0d2af02 0.01 MB 41 1,422
121,354 121,354 000000000000176d4f02df5bf339588446aa134886ab5c3bd987a32ee4f1ace9 0.01 MB 12 1,245
121,353 121,353 0000000000007b2d40ba12f353ad74e89ce6e848d02e64c53ae5973507dc5927 0.00 MB 8 351
121,352 121,352 0000000000004f1954f626a4d134ecccc10d02e45b8dccc61468ca228643a16e 0.00 MB 10 0
121,351 121,351 00000000000047f11bdbf0398a103e16dca46a7c570e096902839d1e5c00be7f 0.01 MB 17 0
121,350 121,350 00000000000007f73e5ddc4fd7fd6e8e9a0f230764aef4ed28cc7bcfdb9f3a24 0.00 MB 11 0
121,349 121,349 00000000000042d7f2c4d7f4743df79ee22dbb5f576830b9548466468bedd6de 0.00 MB 11 0
121,348 121,348 000000000000589a3b083539c8f04a49e90e290805541d8ed71c023bec343a06 0.00 MB 9 0
121,347 121,347 0000000000005b72bceb4533016602c0ba42bb492ca6aa5ddaf669898fe3674e 0.00 MB 7 0
121,346 121,346 0000000000001362f6b5d2b957df449dd9d18290f1f63a3098ed642cbcda7a3a 0.00 MB 11 1,069
121,345 121,345 0000000000008bb0618cfc8022f89962b00f7cc5acf41b0280bb827e95cbbf5d 0.00 MB 15 267
121,344 121,344 00000000000002cbe7588ee0c6b768dfdec98dd29f4fc13e30059a33cb770629 0.00 MB 7 200
121,343 121,343 0000000000005a8bb3f60dafac542328a83d930d0fd6811e77758189022230bb 0.01 MB 50 0
121,342 121,342 0000000000005c59a3aa31abe6aff7c874da42dd61ba51cf258b423f1631987a 0.01 MB 13 675
Previous 10 blocks ↓
Total Size: 768.96 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,615.00 GB sent, 92.61 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.