Memory Pool Memory Pool Refreshing

2,294 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,274 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (713,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,714 193,714 00000000000006f79b6a835ada5444fa43bc09a4ef58046fb4aeb9c5ef0a924a 0.01 MB 19 65
193,713 193,713 0000000000000252a21f3aa5831901f67aed9cb2cc18b6af175e266447b9c50c 0.17 MB 444 145
193,712 193,712 00000000000007a20a941174aaf8030635d39614c3fcb8967e5edf0122f6032b 0.03 MB 32 77
193,711 193,711 00000000000006d00b02c794782591f03e1ebb0e4bacb9dc2d1cee06dfa63252 0.25 MB 858 189
193,710 193,710 0000000000000558cc13e2e24c9675a750a88771f0cd1d3fb19f2db9d1c86026 0.25 MB 405 108
193,709 193,709 00000000000005b80b49459043bf6d1e892f2818047b84259116b850dd3f26c4 0.00 MB 12 128
193,708 193,708 000000000000051438cac2882259530b388561e506d85c92a577c814bfe4d3dc 0.05 MB 133 23
193,707 193,707 00000000000004d4df2f61ae8b4e73430496c52beda81a593788818a9d084af9 0.25 MB 365 149
193,706 193,706 00000000000004aaca86073da5d3c5b8dcbdc5fdec0e8b5dec8d543dcb137bc2 0.25 MB 477 120
193,705 193,705 000000000000038cb0022fa62ec1cbd1209e8992f4b8a6b561cb05c5a18528e9 0.02 MB 36 94
193,704 193,704 000000000000078df596bb751cb7c43767a2133e34c16f78612b6b15d7cda329 0.20 MB 354 160
193,703 193,703 000000000000032af55683229024204027a221064984f89f3ff49ed4d2ebaf9a 0.03 MB 58 180
193,702 193,702 000000000000038ee54e26bb426febca6939550cc987d16aaaa55fde02b57d79 0.06 MB 135 101
193,701 193,701 00000000000006cddecb4c66b1007112cd2db0798aba9452b7e19e3ebe0124b4 0.14 MB 335 137
193,700 193,700 00000000000005b7e031a4dfd2a96223f7f5cf9e7ce257b5c738881b113ac6e9 0.29 MB 674 63
193,699 193,699 000000000000027eacd2abc9bd7c08b4d1b9092b1d1458ba73bd72529a41582d 0.05 MB 140 80
193,698 193,698 0000000000000057902ae5b5bc454022cc5e6274d276344cda347203701f896b 0.25 MB 586 135
193,697 193,697 00000000000006a553fe01c53599f4831e820ba35630ffa2c04dc09263c7a3e2 0.04 MB 85 112
193,696 193,696 00000000000002f8b400a91e7f13eff033aef2ef73787f466718ff2cd102ddb9 0.03 MB 95 25
193,695 193,695 00000000000004c0463821a7ea158b96b74db899ae28402dfa750ab492407a71 0.11 MB 264 146
193,694 193,694 000000000000048b69caeff8615ea2a9f488fd8cb5bf7f8ad1bfee7d3b76a7fd 0.15 MB 297 132
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.