Memory Pool Memory Pool Refreshing

4,202 transactions
14.91 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,636 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (902,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,676 5,676 000000004f896c12fb04bfc61e3d8ee6a39b74948fb7344dd7dd1b7017da5e50 0.00 MB 1 0
5,675 5,675 000000001e2e1d2434b7a484ba71e34b5e76d665eeef0f2e7dbe77784b71e045 0.00 MB 1 0
5,674 5,674 0000000041a4c447be35d04d14eba4764a359e3798001a44406152ad67d12587 0.00 MB 1 0
5,673 5,673 00000000cfa3e85c598e71a7b4af92c21d60c63f2f5234d7d4a241e4a6263ab2 0.00 MB 1 0
5,672 5,672 000000005dd2b40fd79157d74961daf6583ab3189b51d26d316af208cb61c358 0.00 MB 1 0
5,671 5,671 00000000a4d4a5a85d5944b8f4de6a7efaefb5a056ee0997d587c19493062d6d 0.00 MB 1 0
5,670 5,670 00000000ef78b3d4894522830144ea85a6e3dad7caccbda7a118e51eb8115cbc 0.00 MB 1 0
5,669 5,669 0000000095a387d69be36dc016d5025fc12257f616e0defcbb76b89157e65c47 0.00 MB 1 0
5,668 5,668 0000000084054713ad279e29c8f8497ca80405e32aa728c71431ab7c802fcc56 0.00 MB 1 0
5,667 5,667 000000005472019fbdfd744554f49b43d6fdbd8b17be944c385a4382f4fa563d 0.00 MB 1 0
5,666 5,666 000000005c0f56b1ed123e4ca9746f88cf174ab9232aa74dc3ebd954ba02c2aa 0.00 MB 1 0
5,665 5,665 00000000565b2244fc09a137e1ee8cedb05000ceecec1155ca22a7bf32bd50ef 0.00 MB 1 0
5,664 5,664 00000000565fb034db9e8117cf7b28bd82b3556eef089a32e507078e70da2f78 0.00 MB 1 0
5,663 5,663 00000000063d0655258aab395c258913b77bfbe8cb4a4f9d2187ccaa5e35bbdf 0.00 MB 1 0
5,662 5,662 0000000039ed3376af265235bfa4e3fef3258f4c717da457623c5ec345bb52f8 0.00 MB 1 0
5,661 5,661 00000000acf2fb91966651ef64da2807f589a0f93c124a04ee8cba86e3220473 0.00 MB 1 0
5,660 5,660 00000000faabb1739a9780e0e6f36f06f83724f28a8766f1a2c9120a4d5e8b47 0.00 MB 1 0
5,659 5,659 00000000693d5ae1e426c5dd6a1582c60ce6f85d09884921d5fbbfca5f329632 0.00 MB 1 0
5,658 5,658 000000004d05f98e9de57d05c6412fc92d24bc1107a636b3d0e4b6cb33599260 0.00 MB 1 0
5,657 5,657 000000004d965280cf9e134acc9df0a18fd562b77500255d9b12f15d98095ab0 0.00 MB 1 0
5,656 5,656 00000000949a6879f9658d4de693f9a393e6add7e383425fb1148fd288c51200 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.