Memory Pool Memory Pool Refreshing

1,886 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,871 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (885,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,427 23,427 0000000095bc82894e4fa45bd2ed5a18b4415fba56fd88dbb42bebff163aa609 0.00 MB 2 0
23,426 23,426 00000000de536100e686e9039b0642e1598c84d915895c6f17b8d1a86cb46a38 0.00 MB 1 0
23,425 23,425 00000000a25cd202aaf0b8674412e62d75bde46fd94d96a72183b9333fe1a004 0.00 MB 1 0
23,424 23,424 000000008072f0a4c913de39a45544fbd85ea91ade18bb541de3b77b868ba8cd 0.00 MB 1 0
23,423 23,423 00000000b8fb4dcabeb37f799f7892ee511f341073156c001c4910b71432fcb0 0.00 MB 1 0
23,422 23,422 000000009aaa005f44cf4075e1d4f793076952e7fc27c34e4ecd607e8f61d2f4 0.00 MB 1 0
23,421 23,421 000000006bc8272ef0ce21948a034ea13536586d068bb15ee648b198e9682ffd 0.00 MB 1 0
23,420 23,420 000000006d8adea045d994ff6d77f03e9b0134a32f807934ba9654d80cb7a9d4 0.00 MB 1 0
23,419 23,419 00000000ce36ab9e2fd80f3e5edddc0a705794b7108df5875be5da450d847eb5 0.00 MB 1 0
23,418 23,418 00000000a0dbe1086bbc9a9f4689d8aa25b91b4d2a575eb82dbd741e65561c48 0.00 MB 1 0
23,417 23,417 0000000018e2ea36c108d519eeed46c065b80355b2337fc60868c0f1d2458180 0.00 MB 1 0
23,416 23,416 0000000056c19bad938e80d0e4438931542545248366d8c7a61646de3d1c717e 0.00 MB 1 0
23,415 23,415 000000007e2a0f34524c520b8b9bb1eb3ed864f01b6dad35ac51190c88170f8d 0.00 MB 1 0
23,414 23,414 00000000765e8f8268e9c3692252e15878c011273a8542bee13703cf5850c2e4 0.00 MB 1 0
23,413 23,413 00000000293fc8307d2dbb2b1e66f5a504ee30f7e79b317d155bff606095d7c7 0.00 MB 1 0
23,412 23,412 000000005d25064f6bcf392ad9b584a5b76ea8e8171d4f6e75378aaf6afb6467 0.00 MB 1 0
23,411 23,411 000000000003ce28ff7f9998c2f2a1fbd03fffcb4c13f65b6b82b40d4a272292 0.00 MB 1 0
23,410 23,410 0000000054d8d4061340008744dda3509bbac60901a2c614f54da2bbd13233c0 0.00 MB 1 0
23,409 23,409 000000003dbbc09a68a43fd79576241c4fb87cd5bef81454bb098e43cd288d26 0.00 MB 1 0
23,408 23,408 00000000431e8454a57e9c323b856a2a1e3218c1ba1c536c6d2e5aa44eab366e 0.00 MB 1 0
23,407 23,407 00000000c3899220fdfa00e6579a1317b1ea738ecf8268a93b7fbe27a307281c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.