Memory Pool Memory Pool Refreshing

381 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (697,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,763 210,763 00000000000000fb79fa35391f5161f998089ab3eb8aaccae6ae3051c01e863a 0.06 MB 112 154
210,762 210,762 00000000000004dadea4f5b923c27f52592695d085666bb39261f2dba743a533 0.00 MB 4 170
210,761 210,761 000000000000014df933a54fc64c922fe967350120c2e94fa26d7f9498515bea 0.21 MB 386 90
210,760 210,760 00000000000001cebed666b24b62202a5ebde4db074d1380f7845fa5bc6bef89 0.23 MB 547 229
210,759 210,759 000000000000042b6f54a39a1d5dff48459eb3bc56584751c20e03911a7aed65 0.00 MB 12 29
210,758 210,758 00000000000003da986bc24a43dc2341ebd2d79d050e4ed152c12535209a0428 0.00 MB 14 489
210,757 210,757 0000000000000331b504d41247be591de5d689855a31f7d6ba10bfb64b3520a7 0.18 MB 329 167
210,756 210,756 00000000000001c08f05be815ff5e367def3d4a0a0abf5bb91dc31c5aad7c173 0.00 MB 5 15
210,755 210,755 00000000000003a64903661837b39536706133d963dd981c01f967d6f45c4203 0.13 MB 226 136
210,754 210,754 00000000000002c1df2d6f6c04e9abf33047b8b7da369d567ff351761654a961 0.03 MB 69 175
210,753 210,753 0000000000000238c88db858d08ffb5427ab33b8e8e5b3c7e1f643daf9b1bd70 0.06 MB 102 84
210,752 210,752 000000000000024c478d8f97baba4606acc53e2678bf0ef74bbb78c3dc6fbacb 0.10 MB 107 113
210,751 210,751 00000000000000ac18f81d8814035c16c32ab38ce4f3a58adcbd05c646f7b49a 0.05 MB 146 38
210,750 210,750 00000000000001809c0392a058e4dc65748b4eb7c5c33d68068c1c1f9bdb8aaa 0.12 MB 249 232
210,749 210,749 00000000000004d7f6434f0c3d50c3cb29f1af599b8c2661269f383c884263d6 0.21 MB 271 115
210,748 210,748 000000000000025d7c77797aba80c7cb8c04876bdeaa6bb9de4b5eab38df05ce 0.02 MB 57 131
210,747 210,747 0000000000000206bb46def7f5d3d26c7d150d97dfb80d46ef1f8c292f4d369d 0.04 MB 59 119
210,746 210,746 000000000000046d536dbeaff8db1eef2bf702cd3e12b013e88684dc8b9a0737 0.04 MB 94 186
210,745 210,745 00000000000000811fff5ff8e3db3d823eb1405acac7375d8bb2cb1ba1629292 0.09 MB 101 181
210,744 210,744 0000000000000113cfceb84e51e79576ee361b86e33cb469c6abd2ab9cda659e 0.18 MB 188 97
210,743 210,743 000000000000043fd93957814a15e23a7634b2038566f597dee8586ed565551b 0.11 MB 277 528
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.