Memory Pool Memory Pool Refreshing

4,777 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,725 (897,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,278 11,278 0000000019b3aaf938f11bd2b7afc19540e255bc96db0a3c64bc82504e22506c 0.00 MB 1 0
11,277 11,277 00000000ac19d5d5ff4abd110150f26c5d0ff983b65d62c4c049720b2649a4d8 0.00 MB 1 0
11,276 11,276 00000000af30c27c1b2ac27a4abe22dee0121bf90a511ab77467eab2254f7923 0.00 MB 1 0
11,275 11,275 0000000063310d791f5bfbfdee71bb069b2273a989c190eda037fcb3b41d9c93 0.00 MB 1 0
11,274 11,274 00000000ab839057c7846c2d52f77212c8f48dccfa761fba311975237008e5b2 0.00 MB 1 0
11,273 11,273 000000004022f615f51b56def89e9493ceac3bfb691c9a1367ac599b6525ca84 0.00 MB 1 0
11,272 11,272 00000000cac09c5710b1c4b91c1bda4b90a40971c114b3aa09472bab782ecad6 0.00 MB 1 0
11,271 11,271 00000000acec902c39b1f248b91526dbd75d26ee02b04b7d72d14ae231eab388 0.00 MB 1 0
11,270 11,270 00000000e09a601c9d3325651b6008ecc94dc149acb405abb7e4a548a774386d 0.00 MB 1 0
11,269 11,269 0000000021c913264b321a08f138df1968d24e3bceb1cb6757cddc0079cc67f4 0.00 MB 1 0
11,268 11,268 00000000090dbb6de527b75a00e5ae86ad3d123aab21f03904d4cef3ace8d7d1 0.00 MB 1 0
11,267 11,267 0000000000783922fa5a57b49e704c509631aa57a6d7d505cdd48f60983e6735 0.00 MB 1 0
11,266 11,266 00000000bc97e5f182a51087e518c08cfb77024def82989111550805532018ab 0.00 MB 1 0
11,265 11,265 0000000030049228d905d6338db5890e90377ddbc189462e7915b7608b0c2fa8 0.00 MB 1 0
11,264 11,264 00000000087a284f8ca5e226615492dad15051716ac362632999cf900e2ed54a 0.00 MB 1 0
11,263 11,263 00000000624637644c60a70f49572ed512487c7c8d7746c8f0c81fdd47214c51 0.00 MB 1 0
11,262 11,262 0000000096b72d0714da0fb9026044100161d867400c4401210e8f21b2987822 0.00 MB 1 0
11,261 11,261 0000000061e771238cb3fb58fbb9e32ce0df68b69e264903c1451712ca0de47e 0.00 MB 1 0
11,260 11,260 00000000191071f0b3278077460dca59a6d4ff7a2b45d0ce6273cb5e4f4ac69b 0.00 MB 1 0
11,259 11,259 0000000071bee913ed7918b5a0144c723782d67e45bc5086625518a739e71f34 0.00 MB 1 0
11,258 11,258 00000000171a8ebc3dab97c5f826bd3e4e1572c42d13f38fea573d3153184aa6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.05 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,855.10 GB sent, 102.22 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.