Memory Pool Memory Pool Refreshing

1,165 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 1,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (827,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,619 80,619 000000000015d4426aa8415f5ae0cf76f826208d7014324c762e93b06a96876e 0.00 MB 2 0
80,618 80,618 0000000000052fdca33819fba051815a4430afa57a1ca2b37dfa6b2764a46e88 0.00 MB 2 0
80,617 80,617 000000000008a0ce4e99757b781f60595d12829bfa99e0635166d1ce00808879 0.00 MB 1 0
80,616 80,616 00000000002b08c7b2ab4cc5f4a46f1bdb97929de9a0e11670515295540204a8 0.00 MB 1 0
80,615 80,615 00000000005a924385c2e8f8fd31aa93bdb4213ff0923529895fc7f172535b8e 0.00 MB 4 0
80,614 80,614 00000000001e7fb6daac3957bb72fa819f69808391a6701a95041fbc060b7b3b 0.00 MB 5 0
80,613 80,613 00000000000c65a1020b9f569e521ac7934ed6ae610845f5832b4a185a50e191 0.00 MB 2 0
80,612 80,612 00000000003186f600b0f28d12c25fbd66dfd659569b219e288727a6ef73f34b 0.00 MB 1 0
80,611 80,611 0000000000013403a10e495d4a6bfe8141dffc202effec141eeb27316a2e0acb 0.00 MB 2 0
80,610 80,610 00000000004f5d82789d8089319956c2e6e345ccfb4c813d2efea527f25eb9ec 0.00 MB 1 0
80,609 80,609 000000000046dcc08de67c69cb3c29dd58c90ac45e53d27f03ae79cd2ded9bc3 0.00 MB 2 0
80,608 80,608 000000000044f2baf30aaf2d5a59008a65efab419fbd6005e800df8b2122f502 0.00 MB 1 0
80,607 80,607 00000000004000d4075d5e63a514b33b7b15f245fc7611e39072ea060d0a9c27 0.00 MB 3 0
80,606 80,606 0000000000540b60092443fcae707a9b454fb3ad934aee82556db40845911fc7 0.00 MB 3 0
80,605 80,605 00000000000ff85ce9bb43c4d57e94b34a430a160820f8f38698ffd19775b74c 0.00 MB 1 0
80,604 80,604 0000000000494868de980774d945d49abf5d89dbc259925efb18a2c2ee3492ad 0.00 MB 2 0
80,603 80,603 0000000000259c97f32320efe220acbb18b0dcba0867cece0857873cc8964e13 0.00 MB 1 0
80,602 80,602 0000000000126564d884cdbf3ab9a49329065a50f4f068e454e8f8e5e4909fb6 0.00 MB 2 0
80,601 80,601 0000000000230996d05b3ee0c32a6074e34d964a87e0cd3725cc2b0ac307bd83 0.00 MB 1 0
80,600 80,600 000000000054385bc5d5120f9abf39148807508040e79b8b8d10e86d3438a102 0.00 MB 1 0
80,599 80,599 00000000004ead49527c2ede31098a476c186106a28f814021ca42fc104b922d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.57 GB sent, 100.53 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.