Memory Pool Memory Pool Refreshing

7,068 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,882 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (741,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,477 166,477 000000000000022cff299da799f894fd04fadbed8c9c992e5f938bbf97d5e1e3 0.00 MB 9 13
166,476 166,476 0000000000000b845397af1392a13e0ed53b93b7257db48bd8527139b88a6870 0.03 MB 77 192
166,475 166,475 000000000000002e39621f4dbb6c66bb798789b1befaf1dc5f635b8a5fe6c551 0.03 MB 77 95
166,474 166,474 00000000000007d1aa0904e2bccbb22420ef43f76030e15edf570243ec2034ab 0.00 MB 5 118
166,473 166,473 0000000000000378b88178efaeab335f51e9466f5989ebdeb283bd9ec4df7211 0.03 MB 88 124
166,472 166,472 0000000000000340cf011b92bd6962b3837000f67f55dc4f3a597427eea4e384 0.01 MB 11 38
166,471 166,471 00000000000003bd729d1cea5d0a44b36e76200d0067d1d98cb052fee40de97e 0.03 MB 86 95
166,470 166,470 000000000000009bb34f8cde9f920b18c8f3b6e58ae5b74c9f85edf897caa862 0.00 MB 12 17
166,469 166,469 000000000000087f5e663f6b35aaeeb68756c8170a9b7207417f5ddd83721abf 0.02 MB 37 90
166,468 166,468 0000000000000a7af37e6bcaff256922548a242c646f9809cff55310fce49b55 0.01 MB 29 20
166,467 166,467 00000000000007853d02e2be8985a5f706530daf3c98fe8d1667339164794db9 0.01 MB 35 101
166,466 166,466 0000000000000a20f243f3f4c7962f4d577407713d1286a18d02fdb4a011a9e0 0.01 MB 16 122
166,465 166,465 000000000000060c334cae27a4783641cfd39a9b9b3fbda32552c82a9a4cd0d6 0.00 MB 7 43
166,464 166,464 00000000000006b311b21c32b2ead2a181937aa008ba59867d627e0f9089223f 0.02 MB 37 151
166,463 166,463 0000000000000b2d9d507efc4ac4ef45177c9386a1a4eace99471456cc1d301c 0.01 MB 46 231
166,462 166,462 0000000000000076c37823873e267e17f57dcbe7a5bbba35d18382dd8c3122a3 0.01 MB 35 165
166,461 166,461 00000000000009ef9bc7271ce87b174b6de24ba228cd8f8eb7da838014f956b7 0.03 MB 58 266
166,460 166,460 00000000000004c9dfc67707c906bb5feb606cd39633315b3ab298bc07c6f887 0.05 MB 122 98
166,459 166,459 0000000000000bf8a61c227ac3a4b46492072157ef12b328c5e335563d64fb31 0.05 MB 144 57
166,458 166,458 000000000000017e6a168f6877de4662e4d530e2f1d5c98a83a35295f3cd84dc 0.03 MB 58 139
166,457 166,457 00000000000008752aa30f2e2c7af6e726660fedbf50d17797e6b369837cc49f 0.01 MB 19 61
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.