Memory Pool Memory Pool Refreshing

704 transactions
22.84 vMB
Show Random Selection Loading Transactions
Max Size: 92/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,317 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 414 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (858,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,327 49,327 000000002576e6dc3f7b63799e1fd3b12438dff30b993b64518e70591a030f7b 0.00 MB 1 0
49,326 49,326 000000000aae3b83b449f361dd0799878fa9b7c2d913d7e27425c58f4634417c 0.00 MB 1 0
49,325 49,325 00000000167c088734a7f49d315beac9a354e38d21298f1620c3ffe55b5580c5 0.00 MB 1 0
49,324 49,324 0000000003e0457d632bb316787dd201217dea9bf1eeeb85173ef0713098fd4e 0.00 MB 1 0
49,323 49,323 000000000390e90fc74b5571b8f0885681218be5393b76f02a3f9b575ed4e655 0.00 MB 1 0
49,322 49,322 000000001785371719b85058d92a37971c499b275b537a5a2aa25a20364fc36b 0.00 MB 1 0
49,321 49,321 00000000203f74193030ff3d0a325dc1ec472edb33539b50a5a11b530195882e 0.00 MB 1 0
49,320 49,320 0000000021a1826f051b5b905cc9b3c508d912d7f8e6d68f23107d369413fd07 0.00 MB 1 0
49,319 49,319 0000000029f71dedd3cc1f1c103978f7ff35fc1636b9bae4d97c159e56450ec6 0.00 MB 1 0
49,318 49,318 000000000c52a5f91266d863599ad4bc8b1bb05773c350f647423a0bb16ff4f5 0.00 MB 1 0
49,317 49,317 0000000017132fb598783d220326e48b5d239e6d30fe3ca3f31774e358ddb87c 0.00 MB 2 0
49,316 49,316 000000000f6a02176bbe6eb3e7f912597584cfea69e38bc0081a00cd1e2b94f2 0.00 MB 1 0
49,315 49,315 00000000074bb0e0fe0c6155d124dee3adb7c2c0be61fd26079078ade25dfc40 0.00 MB 1 0
49,314 49,314 000000000de4df121607c4ba065a1aa5c50943dcb020beeaa18b2ad74dabe481 0.00 MB 1 0
49,313 49,313 000000000c92a2abfb528be97926b76ec89832b52d5ed01a51bf04125955eb44 0.00 MB 1 0
49,312 49,312 000000000597d76441c046dbfea10f732a290f140afd94f09cdac7a21b5913e3 0.00 MB 1 0
49,311 49,311 0000000016ab35da4d6dfadfa308b33ba99a3814935c216147e76e8db4b4236e 0.00 MB 1 0
49,310 49,310 0000000028948790349b474811d454da65425faded19359d275725a7ca4b8876 0.00 MB 1 0
49,309 49,309 0000000028c87e9bf6107ad5544c6d325a5249e554c206baf9abf4517f66544f 0.00 MB 1 0
49,308 49,308 00000000065bccdcfe5cbc3ed6ca58479791f9b721bfd1c4d45ff35d6687634f 0.00 MB 1 0
49,307 49,307 0000000026045707d7fd34d470909f66deee5cdb73740b417352e112076e2a09 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,700.34 GB sent, 98.62 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.