Memory Pool Memory Pool Refreshing

10,101 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,293 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (61,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,507 846,507 00000000000000000000da7a5f834d756daa5a05d73a60a6b17a05d944eb9c05 1.48 MB 4,949 27
846,506 846,506 0000000000000000000130510c220ca3a595942e504a9d600d4a2f608164545c 1.57 MB 3,775 36
846,505 846,505 000000000000000000016550546accdab289eaf25c93b24153d2dd2c3344ca20 1.50 MB 4,175 31
846,504 846,504 000000000000000000014cd79802b29c1dcd7fc6debee1e3968cfc216b59bf16 1.53 MB 4,920 24
846,503 846,503 0000000000000000000099e266c6c960e74e3464aec7d1777d93d0055333cf7a 1.56 MB 4,534 24
846,502 846,502 000000000000000000001fa5856c76faf75f85f8b345da5ee657102032d0c59d 1.63 MB 6,173 17
846,501 846,501 00000000000000000000a530fb1ab5945cc89e3c653093a053bfb07c75a04781 1.78 MB 5,035 21
846,500 846,500 00000000000000000002b2c1f5a0ed5c6ecfc91514b823b92c83a17c5ebeace2 1.60 MB 5,349 21
846,499 846,499 00000000000000000002ccfe03095b9085e3fdb506981aa3836241efed5bda72 1.60 MB 5,485 20
846,498 846,498 00000000000000000001420c8990b4553a8106addf12fa9630b2fca2009b865a 1.60 MB 5,999 19
846,497 846,497 00000000000000000001e183be0f89e49710f78b46c4eb159ae0c5976fda3816 1.68 MB 5,847 18
846,496 846,496 000000000000000000020bc13dae05f86999d2955ce20d886c5ee41284731511 1.55 MB 5,574 22
846,495 846,495 000000000000000000017b965b5a30143704f1810ff32e590cac74de87801b6f 1.51 MB 4,639 27
846,494 846,494 00000000000000000000232da0330fe108f15a58227f4b78184eecc550fa5d66 1.95 MB 5,518 21
846,493 846,493 0000000000000000000251db51c2b9df7884295791dee878d56fcf534c8fce36 1.54 MB 4,872 20
846,492 846,492 000000000000000000023bde8eda17773ebc42d6b17eea2c94308ac2f77c9fdf 1.53 MB 5,252 21
846,491 846,491 0000000000000000000235ae9b3b7d787ca4868d1b0d606871b8d23b3063d87b 1.60 MB 4,654 24
846,490 846,490 00000000000000000001e983ca4c13d58a077045dc96b6a3dbc67b53949f6c3a 1.49 MB 3,353 27
846,489 846,489 0000000000000000000001ddec8d456824b430f80abb77e24ba44b1e0a9d557b 1.59 MB 3,291 35
846,488 846,488 00000000000000000001a0910824aafb49cee9fdc7a91ecceb0031ab428ed9f5 1.76 MB 4,670 20
846,487 846,487 000000000000000000020ba35e706253b245f24228e3f0b01041e8e8fb8291ab 1.53 MB 3,886 30
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.04 GB sent, 94.13 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.