Memory Pool Memory Pool Refreshing

10,330 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (757,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,714 150,714 00000000000003b25e6d3c631b6a40b884b934ab2cc2779c68576a7aca1d5235 0.05 MB 134 136
150,713 150,713 00000000000003f268c712622ed7d21b512b9021c5e932bd43f42e6cb37c388e 0.01 MB 23 109
150,712 150,712 000000000000090a9c549071ac613c2e5edc69e4da7e32f84dc0c13ba054e12f 0.01 MB 13 230
150,711 150,711 0000000000000985f9578293843bce95c5c8d3b918924d93a35ab90bf70765a3 0.02 MB 68 138
150,710 150,710 0000000000000b27f15af6478fa69d92408b20b0188f521830cfde62a389ba6f 0.04 MB 79 363
150,709 150,709 00000000000007e3abc187b4737837c715b6c93dea385c14274d94345e7582bb 0.02 MB 53 17
150,708 150,708 00000000000002116b538170f7e8ce87e7523030103215fc004a9add5f6cc956 0.03 MB 54 87
150,707 150,707 00000000000002ad57747ef986637f7d895e416972498a2fed80237bdbc03674 0.02 MB 53 273
150,706 150,706 00000000000002296257707ab3e220084a92081a1b9ea74846592d609234e5fd 0.04 MB 133 14
150,705 150,705 00000000000007f894490c7659ea6e257c75b51d067e78ba4adda05b07dbce27 0.03 MB 57 142
150,704 150,704 00000000000008717c7c1f56ad4e621db648c5841231858d638ea67286bf87a9 0.02 MB 61 80
150,703 150,703 0000000000000288e01c2230daf35c33f15cfcde4548973037b051cffe3bc883 0.00 MB 1 0
150,702 150,702 0000000000000a3f59563b78b23dad66f0fb396606be0d26869c15211dfbe56c 0.01 MB 28 57
150,701 150,701 0000000000000645b16c311d553b38ec02a8b7708eb3925d2bf98570a248ffd4 0.02 MB 59 604
150,700 150,700 000000000000026434e94d99089e01f3b81ed26cb9017eb39eb34b8210b49817 0.05 MB 72 87
150,699 150,699 00000000000005459437ebf4f0be990e1c6a833967b8665c1c53016ab3452858 0.04 MB 86 164
150,698 150,698 00000000000008e8f9e39cb6da1443cd3c6fcd890426f6dbd8314cda63ca5e34 0.04 MB 96 80
150,697 150,697 0000000000000910b0b5036bee1800b29bad30b8601ac609a7273fa9ef061f01 0.02 MB 41 88
150,696 150,696 00000000000007e6a233f261392da6ade9340ee58ec6df410f50ffa56b2d3004 0.00 MB 7 64
150,695 150,695 00000000000008224fa2800ffe93efd8b34e0dcc33ef17874ca2c2ea8aba3758 0.02 MB 84 2
150,694 150,694 00000000000005a619f974ef4cc7a27b2c1c5a4f9eef98b0b7692de55c7b0e56 0.04 MB 70 213
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.