Memory Pool Memory Pool Refreshing

1,223 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,214 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (191,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,657 716,657 00000000000000000006837ca00398417d54449124b2b9fbe2e8af726f577def 0.17 MB 323 9
716,656 716,656 00000000000000000002081444dc789e528ada7a8a25af75e2e7d270db8e6eae 0.14 MB 220 8
716,655 716,655 000000000000000000038298cd420bc3cd057bc44abc7fd5c2f8ebcc0f815560 0.04 MB 95 7
716,654 716,654 000000000000000000019be838e1fcca08a5d214195314701a944c2b2cf254c0 0.12 MB 106 7
716,653 716,653 000000000000000000093acd815e0542a8121e4451d7c290b5fcf29f8260aa5a 0.74 MB 705 8
716,652 716,652 0000000000000000000b16e12f964600505c69043f87db93985af1ce96c1dab6 0.10 MB 38 6
716,651 716,651 00000000000000000005c3428ecd3952aab127f8d207c0118785d67907f13659 0.27 MB 269 6
716,650 716,650 000000000000000000057f22e738303a91ed2fda4bdfb0f5d7347b2af4105bbb 0.00 MB 4 3
716,649 716,649 00000000000000000005d957b5b86457b2c96c98823dc7c4d6c854ea6bc04534 0.73 MB 981 10
716,648 716,648 000000000000000000081c48486a15bc6893bd62f35c633b5c069af2c0e14309 1.11 MB 2,034 11
716,647 716,647 000000000000000000000f9f1ee2ff33b7affd32f8ba156f4a240050e1cc45eb 1.26 MB 1,672 5
716,646 716,646 00000000000000000001e3f7046ef8dad721b8930b6b1145d13697ed4d547675 1.56 MB 2,450 14
716,645 716,645 00000000000000000007776f56b1417865125a9c38f81b11a4223474653995cc 1.31 MB 1,723 15
716,644 716,644 0000000000000000000a181409c5624d6652e94ffe3178dce38f35dc05e4ae61 0.83 MB 906 10
716,643 716,643 0000000000000000000a7f4d01b347106c06741430040d017feefce3cf119563 0.78 MB 943 9
716,642 716,642 000000000000000000087423aa18949af0361a820260cd421ae56a65b8cda05c 0.73 MB 133 4
716,641 716,641 00000000000000000009e0dc442a128e0e7a422a7621c432aea4080577112a24 1.03 MB 1,147 11
716,640 716,640 00000000000000000009b861f12d396fcc59ec088412870fc1363a630adb720c 0.65 MB 924 11
716,639 716,639 000000000000000000014bf5bc4c9961e9317d70ec424d735598b732735b0198 0.27 MB 417 12
716,638 716,638 0000000000000000000a19f3ed094195cafcc132c9af601e29194e715893c032 0.00 MB 18 11
716,637 716,637 00000000000000000001628745ebb5a6b4dd4a73e2b5e1d92f72bb972f5af15d 0.15 MB 245 17
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.