Memory Pool Memory Pool Refreshing

9,402 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,111 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,497 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,110 (809,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,055 99,055 0000000000012d1661efe9bef19fd67131a7a48e19a127f1c719ef448df07f85 0.00 MB 1 0
99,054 99,054 0000000000042bce7ca2ed4e7307a4df4c5303b0c795d18827bc974351996f1b 0.00 MB 2 0
99,053 99,053 00000000000455c0d1c7d52cf7f7ee5be9bfca2187a4167d9efa81f96ee256c6 0.00 MB 2 0
99,052 99,052 000000000001e880c1312fcbdeeb0810288c0c427233031eedb090d00ae34419 0.00 MB 1 0
99,051 99,051 00000000000132df736f6c82d67267b8e7d4ceaf3b834381d485568eb512eebb 0.00 MB 2 0
99,050 99,050 000000000001867d95f59c8e2ee85cb2226b30aaf8d6b5f09463c1f55a808b2b 0.00 MB 8 635
99,049 99,049 0000000000006096f177015627d71c0a68e601d0485d99a03aa675d92c22617c 0.00 MB 2 0
99,048 99,048 000000000003a2f13a7913e2f046ff13c1014aa93903166564922144fb51c958 0.00 MB 12 352
99,047 99,047 0000000000028ae80f929ff749e0ce2bea3589f133ca491cbe075f9ab33369f7 0.00 MB 3 0
99,046 99,046 0000000000040cb943a4ae16bf53148e0361c2ac46bb21ddd133f09e99524669 0.00 MB 3 0
99,045 99,045 000000000002d45bc3c7f9cebad21a2cae134ce3c6059c58d394d582348f691f 0.00 MB 2 0
99,044 99,044 00000000000261ae35ba976affabb9852a7be2a544c48e42466e00a10b93e625 0.00 MB 1 0
99,043 99,043 000000000003f92fb1e883ff9aa2de3f9349d2962005e35d0169a7b6f8b4b33e 0.00 MB 1 0
99,042 99,042 00000000000154eeca3cc2f74196f44cdf545709bf77cdfb54972b5aca929a14 0.00 MB 6 0
99,041 99,041 000000000000730f6e8f99ded28cb857d823ce20aaa9ff28e94daa8d4c83a863 0.01 MB 4 0
99,040 99,040 000000000001659daffe2836b561291e2db845fa6af4e76fc179d7cc1a0ef43b 0.00 MB 2 0
99,039 99,039 000000000003e8b197501c05f5b127d52712f6bbee33770c1278d221f7a6e0b9 0.00 MB 1 0
99,038 99,038 00000000000161d5d6ff55e3c785522be3645e14c03660bab181bddf414a9563 0.00 MB 1 0
99,037 99,037 00000000000324fe0c16007255381153f5e656c326362e15ef67d7ec99d559d7 0.00 MB 2 0
99,036 99,036 000000000002e6f680bb3c103fd181334ee3c1b8206a39988cfa764323d53e6c 0.00 MB 1 0
99,035 99,035 000000000000fcaf0c270d669b491decd180b476722763e3e2be3ea3030da0f3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.75 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,679.62 GB sent, 96.67 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.