Memory Pool Memory Pool Refreshing

598 transactions
24.76 vMB
Show Random Selection Loading Transactions
Max Size: 99/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,312 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (901,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,407 6,407 0000000098fed875813dfbd674308c11f43078682113aebdcf807c3db85a9274 0.00 MB 1 0
6,406 6,406 0000000011d174fb8c9431a4756f9d793d73bd683a11296ea026d7cf15708246 0.00 MB 1 0
6,405 6,405 00000000aefe1c4d2ce3109de7c3717d3007ece8616cb85caf20af1e860796c7 0.00 MB 1 0
6,404 6,404 000000004e56014d59915093432fb53cc27ff9832bb88ec224760053855adcc4 0.00 MB 1 0
6,403 6,403 0000000023590d5786ed808a04fd7ba10b4e8814ca8f3d7eef91621074f99f85 0.00 MB 1 0
6,402 6,402 000000008967b63ef7bf00299f69687bfce031022dc2db60219bcdb85b96aafc 0.00 MB 1 0
6,401 6,401 000000005e7d5b3a44803b333b33ff2497edf213b1c7910277f49c6de67122c0 0.00 MB 1 0
6,400 6,400 00000000584420c089821bdea32f64a73ad055ed814e90972f9108cc295517cf 0.00 MB 1 0
6,399 6,399 00000000b8a3e3ea56754658585a3714cdf761547687159ae4026328cd50f082 0.00 MB 1 0
6,398 6,398 000000006d562551f8040cdd043feed3d6a0147fd6d56147e06bd62c266c80f4 0.00 MB 1 0
6,397 6,397 00000000d099d910dfdc0f12c7b2737b47fa528fb04dd25548ee0e78309e4e05 0.00 MB 1 0
6,396 6,396 00000000cb507fcc36bc5f87f902bcd13d548d38005d614672e6813e4f664706 0.00 MB 1 0
6,395 6,395 000000008fc68a02f26c2041822bb9f569fc8a5878b256a2193514f3c441ea45 0.00 MB 1 0
6,394 6,394 000000003e52df6a9a68859f54a5fb464de482ff456afd41ef3081054af49e72 0.00 MB 1 0
6,393 6,393 00000000f3ae9499f091e6345f8b30c91e2bdd015ed999b2c1028b64da055cc9 0.00 MB 1 0
6,392 6,392 000000009e77e4c6620a31d873c666d4e4e81ebb96b153eb248690140322cc4d 0.00 MB 1 0
6,391 6,391 000000000631c2052f9da47327cd63591ea2c13ef8d0e1d74dcf9299d9a1b760 0.00 MB 1 0
6,390 6,390 00000000fb149a0767bd488d7cf9e913c1cf709d6dac767a6c77d6f9b5448ee8 0.00 MB 1 0
6,389 6,389 000000000972b748f2bf37eb8e5319cb7aa2dc9b976ded9e15a56520e7272830 0.00 MB 1 0
6,388 6,388 00000000f0173202be67ae5ba15d3a03bdecee57713b3805ba9c167596efcf08 0.00 MB 1 0
6,387 6,387 00000000bdba2cb37492243786d1957714adb31e6149f5d20aca6653bca2b84b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.36 GB sent, 98.59 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.