Memory Pool Memory Pool Refreshing

509 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,026 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (771,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,047 136,047 0000000000000a076782966fde62a3fb5082f489ec8314e2a22413e689480d5e 0.00 MB 13 2,492
136,046 136,046 000000000000076fc83eb45a60c2e7ca1468d1fbeccca5e51f4edcd068f6ab3d 0.02 MB 52 192
136,045 136,045 00000000000007581069e5764ec07a55b2d33ba628a3615060436103b67bcd82 0.01 MB 20 70
136,044 136,044 00000000000009ce39a3ddb900722cd9afb225731331cf3b619574266410e07a 0.00 MB 14 59
136,043 136,043 0000000000000ab9cec8fe5bf884ea91592cb03c54265f37de62e46549192f03 0.01 MB 6 238
136,042 136,042 00000000000000229bdba6a37784af0a5aa7134830527f00f09f3aec1441872c 0.01 MB 12 70
136,041 136,041 00000000000004d4f9020bebf4d82ed042ba9e1ae9b54fea08dcbc53864174a9 0.01 MB 21 195
136,040 136,040 000000000000016ad5c9740034a690308130fb308c0faa223a2103383dac766a 0.01 MB 29 466
136,039 136,039 00000000000009196fdd60810323adef4ed85f25aad4df4ad393c72b2f2e38cf 0.04 MB 138 439
136,038 136,038 00000000000007c9ce87a7f08927e74c402b0decd464281fe6d7e5a6f2d1aeac 0.02 MB 19 90
136,037 136,037 0000000000000318a5f958d03bcbd2bffa532c105c73acd9e19f79854043d2b6 0.02 MB 37 492
136,036 136,036 000000000000021c3b86d7876f8c0eafdf0d002a33e58d127beb733dcacc6225 0.01 MB 15 78
136,035 136,035 00000000000007ef158900fd55224b5a22f5218136db475de6216a38350486d7 0.01 MB 26 704
136,034 136,034 00000000000009e5a93608edcbe2d40cf517d3bfa17137140c52a87320c9a498 0.03 MB 41 1,139
136,033 136,033 00000000000005577a5aef9aa34d1c5ecac686f1c2e9d278ed94ec0770c0726b 0.00 MB 4 17
136,032 136,032 000000000000078d440886d1761bfd0889f4ff0235b8208b9417a886617c169e 0.02 MB 82 234
136,031 136,031 00000000000000dc84ffd79d0306edcd45d442b0c69dceb2dc9d7d7aa5cf08c3 0.00 MB 12 347
136,030 136,030 00000000000003a2271b7622c042cc6ec6c0a06525e387994d0619744a892fe5 0.00 MB 14 264
136,029 136,029 0000000000000686c39eed9bbe4cde3ad06656a2c50c49682173ccfa6bc4aee0 0.00 MB 1 0
136,028 136,028 0000000000000215d9cee82397d049402752daa56456dd3a4be6eec6e382ce42 0.02 MB 35 394
136,027 136,027 000000000000043146da52369be9d11e6656ba61ecf94b0d177f9b6ea8313d4e 0.05 MB 146 246
Previous 10 blocks ↓
Total Size: 769.59 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,651.03 GB sent, 95.85 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.