Memory Pool Memory Pool Refreshing

3,578 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (761,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,585 146,585 000000000000039c7500a743c706e2ea48ed07918e0251016d80f82782814dae 0.01 MB 26 86
146,584 146,584 00000000000001f717904525c31d67e88a842df52a1571f651995d947f54267a 0.03 MB 68 114
146,583 146,583 00000000000007c1afdc022782ff2f89a4112d4420a7956ee31dc7d55421f63e 0.00 MB 14 282
146,582 146,582 000000000000022ba9738b30a452ad308d64f6fe663a59e456f720c0bb8ec0a8 0.02 MB 46 84
146,581 146,581 0000000000000644964d7ae3b181d132378339d5b121962566d660d43e431ce0 0.04 MB 80 317
146,580 146,580 000000000000067050c1fe977a1e13de37e9a0eda47111bc69ee1d41323c0aa6 0.01 MB 13 51
146,579 146,579 00000000000003e6efb3ef7986d197af2c8f34e9c9927c1dbf622297e2a45638 0.01 MB 11 563
146,578 146,578 00000000000006cabd6b634bee09be78fc739cdf423056ff93f26097014186c2 0.00 MB 1 0
146,577 146,577 000000000000000c9806cb4a7811e3a4d6081428daa5857089d499cb9433728c 0.02 MB 17 78
146,576 146,576 0000000000000338a61a7bd744f2075794b61a00f354c1c17a8882dd8aeae9f9 0.01 MB 6 27
146,575 146,575 00000000000008ed6a94b7330476fb7dc542689579bf522bea4f0fd5f17835ab 0.01 MB 23 128
146,574 146,574 00000000000006066517f70ea5de1caff1c307c6707851fe0112a3c2e2bf8290 0.02 MB 90 143
146,573 146,573 00000000000003a09315e8083676552b4a4f5982695b744e7dbf8754162a283c 0.00 MB 5 94
146,572 146,572 0000000000000883f1bf216130a7b83ea76ff75ac58f6d05f3b5fefcf9f575c6 0.00 MB 4 0
146,571 146,571 00000000000002c03518e7a00085ce857d6aa5c64ed743ba6ce1faa24b0bb424 0.01 MB 18 39
146,570 146,570 0000000000000555eb2dc043b46ebe6de02cd899a17758a7ca5aab5ba7ab7585 0.03 MB 43 147
146,569 146,569 0000000000000444de41397232a6bff88d647a73aa4a21fcf192de799c82aeb1 0.01 MB 8 201
146,568 146,568 00000000000003fde87a3113a08a9272c73f78062f82a19b24a49e1443f34068 0.00 MB 2 0
146,567 146,567 000000000000089474cf7f44834952d86d188f00bbfecb30f52139d9f15ea1e9 0.04 MB 132 5
146,566 146,566 000000000000033fbbe633c78c5c74f27bc469f104b2c2d4287aff1ad75da048 0.03 MB 58 56
146,565 146,565 00000000000006220865c8bd5cecfba9b6422abd192f40340cfe85e529db1823 0.01 MB 4 1,029
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.