Memory Pool Memory Pool Refreshing

9,391 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (731,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,013 176,013 00000000000002560bf54229d7d411b8af68af5781b09f28b5eb5ce694223333 0.05 MB 55 75
176,012 176,012 0000000000000722beac4c512f1fc20e8949d6d4fd961c577689cfb80a7dd41b 0.06 MB 63 128
176,011 176,011 000000000000053da4c431203ba37d7afe002ccf4c39b21e2cdd9dde8e3f1a84 0.05 MB 148 155
176,010 176,010 00000000000000285db8d9238a326a4e75c50810bc92c5fe8c5ceebdb2362cac 0.01 MB 36 155
176,009 176,009 000000000000070df08c5b0bd24ea2075400c0354abd3b7fae2df05159239ffd 0.01 MB 14 234
176,008 176,008 0000000000000236d2a7dcf9f850caadbe1ecfaecfb50b06667fe0d7a50160c8 0.01 MB 16 575
176,007 176,007 0000000000000885be6cfa1f7fec70ad1dbddb26eb435a774c8086f50d5e1e8c 0.03 MB 43 188
176,006 176,006 0000000000000240f051b3c2e516411ccd99c2c2793d250a335e01a9be6d0bd9 0.03 MB 81 95
176,005 176,005 00000000000007133d9a788484aab0af04094397c61e4144fbddb60aa813aa0d 0.01 MB 30 129
176,004 176,004 0000000000000250c332c4562de9cffbef401b38f99a93c2632cd6d604c2d51c 0.02 MB 56 156
176,003 176,003 00000000000001a01d35e2f18f515476877a2244cfbab702db7241b19369b014 0.02 MB 42 235
176,002 176,002 00000000000008276e18b90fcb548afaea947529149b0bf3b1d84b3a77d9fbb5 0.01 MB 29 159
176,001 176,001 000000000000094af92e179f0401e679bdccab2e475072a60d28872ce735b3b8 0.04 MB 117 119
176,000 176,000 00000000000004659b5b8602b2132b62973994079a1c828df6ef8d6427e4686b 0.02 MB 19 174
175,999 175,999 00000000000002310862fff88e421b57be837b7c37697d7cb6228d59773837d7 0.03 MB 56 25
175,998 175,998 00000000000004ed080c406f49d6d43bcb92d06ecb9c309b94229426a69b10bd 0.06 MB 89 109
175,997 175,997 00000000000001606e5b019b39f1af459914e4f5f8b86121e96d43e05ab5b714 0.01 MB 29 86
175,996 175,996 00000000000004e71f14262f640822360571ddc83c4536b6946a96ae6c8d2192 0.02 MB 28 101
175,995 175,995 00000000000008b0bd1187954fbcf0ca25b78965ee8d383f48426137bad90422 0.02 MB 39 169
175,994 175,994 00000000000007d7b88355a18efd7d4c33ee2a5ee3d150806b06f8b6f8f4bfd4 0.02 MB 60 97
175,993 175,993 00000000000009f8733d0c8c459c7c5390e2170fce956eb1c20ace8aef5957f0 0.02 MB 50 18
Previous 10 blocks ↓
Total Size: 769.01 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,621.09 GB sent, 92.89 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.