Memory Pool Memory Pool Refreshing

8,036 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
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
907,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,072 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (186,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,321 721,321 00000000000000000008313625c32aa2f9c4a2faaf13f6198cc0c0295a10f9da 1.42 MB 2,414 10
721,320 721,320 00000000000000000000f222a6851763c68cd05adbaf80afa1744f1287daa87c 1.06 MB 128 4
721,319 721,319 000000000000000000047ea2b55047685c4d8f20d9f3ad9ee682b7aa237bfee3 1.22 MB 1,212 6
721,318 721,318 00000000000000000006bb859a85950edb2e5e11ef5d2c55a1fa7cd7cc5cdac5 1.69 MB 2,575 12
721,317 721,317 0000000000000000000496a86f9e5cf186b8bba10372051f8ce561519416602e 1.52 MB 2,406 12
721,316 721,316 0000000000000000000a6f8bddc2e4d7e2f53ecd7d03fd1851c47bb61133608e 1.52 MB 3,395 18
721,315 721,315 00000000000000000009baf97a516d001e4451a065035b014ddaa06b190c5c5b 1.53 MB 2,311 5
721,314 721,314 00000000000000000005be7400727a5df728c899c9762830660d624891a6d6fd 1.44 MB 3,240 15
721,313 721,313 00000000000000000009825518fdd1a63b16a6b9e07f3018ffc8a9e855bd72f6 1.49 MB 3,219 18
721,312 721,312 0000000000000000000238fd781a8aad88960cad2459ab3698044d9cb5b889a4 0.01 MB 30 5
721,311 721,311 0000000000000000000838523baafc5f5904e472de7ffba2a431b53179a03eb3 0.49 MB 826 13
721,310 721,310 00000000000000000007a79a2e930f8f9ee5b6a970d36300416dff40499e294a 1.17 MB 1,031 5
721,309 721,309 0000000000000000000a89c29becb74a5985b6a4db9f5cd93d2c102ff15ceb21 1.54 MB 2,768 7
721,308 721,308 0000000000000000000086658afe1519fdd97ef6371a16f1934f2f4255e86b0c 1.22 MB 1,161 6
721,307 721,307 0000000000000000000891f4303e7ddee8d31a012f38f86d3cc11b6396c5ba67 1.47 MB 3,048 16
721,306 721,306 00000000000000000002c44bb9ebaaaa000c1835b096d6113ef309ebee61d896 0.24 MB 247 7
721,305 721,305 000000000000000000042c39f0d7d299647ed18393b8a36608797f378ab94e91 0.80 MB 1,351 10
721,304 721,304 000000000000000000016237b9a35bfe9764bacc8e9a8b3b1514a3309328d1b2 0.64 MB 1,248 9
721,303 721,303 000000000000000000048d5ff05190fc5813449a6e5dd762964a233b89584303 0.31 MB 576 10
721,302 721,302 0000000000000000000375ed6e25609119ddb5bcc162467392eebc2ae0cfd4f0 0.80 MB 1,437 9
721,301 721,301 0000000000000000000478940963ad8c75b3edac5d85de5e2565413ce62aa30f 0.87 MB 1,276 20
Previous 10 blocks ↓
Total Size: 769.24 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,635.09 GB sent, 94.15 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.