Memory Pool Memory Pool Refreshing

5,566 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,674 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (29,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,466 878,466 00000000000000000000fe3fe07f4fb05b170b1eb01790b23126941fad843dbe 1.77 MB 4,199 4
878,465 878,465 0000000000000000000258242ca5720758b6d6e5b62c20eb8ce32e9b38f73a8d 1.75 MB 3,416 4
878,464 878,464 00000000000000000000f44576aea466e6aa3259a6940ef9f3d8e90998127abd 1.82 MB 3,899 3
878,463 878,463 00000000000000000001cd88fd365583d359ecde308f3716a8379d618831d1f8 1.68 MB 3,703 3
878,462 878,462 0000000000000000000071ccad6d5fb596ed8a78d67621d9c9d2ef244dd1e1cf 1.58 MB 3,024 5
878,461 878,461 000000000000000000005976a3642d534e1acbc5060a027b7e62e448e7354eac 1.63 MB 3,926 7
878,460 878,460 00000000000000000000515a5c58f7eeaa60f9825505e7830f73a047b82de099 1.63 MB 3,832 7
878,459 878,459 00000000000000000000a0874b0c17d59a1c5cfad216463a84a6d9eafe028eb4 1.58 MB 3,586 3
878,458 878,458 00000000000000000000cc10770e54f9be1816e11eabe1cb9bce3163ed2140be 1.71 MB 902 2
878,457 878,457 00000000000000000000f2857b85c6e1a3a48ceb8dfb3a496f65b71743f0f19d 1.67 MB 3,651 3
878,456 878,456 00000000000000000001e18a936b898c5bdf71a82bcb22677b819cb43fb78f01 1.66 MB 3,343 4
878,455 878,455 000000000000000000011dcc550efdca6ad6882401d414148740f61331a8a483 1.75 MB 2,789 4
878,454 878,454 00000000000000000000dbb6177d965ff73f147e68c5a2a30497a2853791e3f6 1.43 MB 2,167 2
878,453 878,453 0000000000000000000050697a48131a1cfa24b5a004ae0a598e2c64409e00bd 1.65 MB 3,427 4
878,452 878,452 0000000000000000000044e8e17f893795a071af62469309e35d15a41c22ccce 1.75 MB 4,759 2
878,451 878,451 0000000000000000000269e3848b1f979f20654eb2b6d60cac1a2a8f65a901a2 1.84 MB 4,904 3
878,450 878,450 00000000000000000000fb2398b8d590e701dd4d61576890db9359e3fba927ad 1.73 MB 4,504 4
878,449 878,449 0000000000000000000040ff9490241411da670379308ab5db229f7e9cd1ccf0 1.76 MB 4,668 4
878,448 878,448 00000000000000000001d9c65c893b1d22e56a7daa417442813c8102ca58222b 1.85 MB 4,110 3
878,447 878,447 00000000000000000001374fc51b3aa7b489b8999d29c656f37714022038c6ca 1.77 MB 4,906 3
878,446 878,446 000000000000000000028fb9fcd0ea555e2f64886d2cba66b02f616675adc20f 1.63 MB 4,360 4
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,632.87 GB sent, 93.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.