Memory Pool Memory Pool Refreshing

739 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 739 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (595,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,729 312,729 000000000000000014a31d4cd5e86e2a41376b0d87ab5f64c3d665bc3670258c 0.08 MB 186 31
312,728 312,728 00000000000000002dc6e7b1b05ea418e46addb695cfbfc3d0bffd9d8d816853 0.01 MB 32 8
312,727 312,727 0000000000000000102b8fdee7224f0169b21984763bd4b69413b504a23a3bce 0.25 MB 437 26
312,726 312,726 0000000000000000170aa3d650eab967e033102d4ea4772ea64feec4dba6a2b9 0.24 MB 250 18
312,725 312,725 000000000000000012e99287ccdeaba8fb0b955d2894cbf248197eba7a069392 0.05 MB 79 22
312,724 312,724 00000000000000000c553bb805e62ec5cc981730cae23ab355ba194fd78aaf41 0.19 MB 374 28
312,723 312,723 00000000000000001d361061af704e7757132e2104ef36cc656e984e3978b48e 0.12 MB 235 29
312,722 312,722 00000000000000002215d95c312ef89239f7ab2ffa4eee194353df7d935bf1b6 0.00 MB 12 22
312,721 312,721 00000000000000001531dd974dae42c7d5f04ab1d1ac2342272fed5824fcbc8c 0.08 MB 155 29
312,720 312,720 00000000000000001b19a2a71e0d0241a691d2fe15afe1a4ad1079444c38e80e 0.15 MB 259 26
312,719 312,719 0000000000000000140ca7fd2ad08d5ce1e85901fadf93e13e223e92986e30af 0.29 MB 575 30
312,718 312,718 000000000000000002c9cd930074aed13022dc9aba601e27e9a0f0648ce5e295 0.02 MB 57 8
312,717 312,717 000000000000000025b2b3940346d5e74f95b2a21f6eb28a0257d73761274ba7 0.13 MB 244 27
312,716 312,716 00000000000000000584cc99a492a21aa9593b8c1d967a5b6a719bcbf2e1ff06 0.06 MB 95 26
312,715 312,715 0000000000000000219177f616676811f3c2c2de56d0ee4291341df11f00de90 0.14 MB 248 26
312,714 312,714 00000000000000000b6a92598a3f2444fcf529549fa75a84973676939d7f7868 0.21 MB 256 23
312,713 312,713 000000000000000038529f59fdaf77b6a11ea5137752a1af9d4b02198347b1a3 0.17 MB 85 15
312,712 312,712 00000000000000001d5f3faf97ff112ecc43008663e0d432704e4a5f49348518 0.12 MB 132 22
312,711 312,711 00000000000000003414020f2d7be5adbce8a96023d2620251f326c754a30bb8 0.09 MB 174 24
312,710 312,710 000000000000000014577c01f139c1ffcc5741c87c2ccb4b44608d40e163a585 0.01 MB 16 11
312,709 312,709 000000000000000027a86c683dd1786c7949f51e560633d02b06bf5ebcb9c75f 0.17 MB 270 21
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.